Color: #7B3DAA

#7B3DAA Color Information

#7B3DAA is a dark color. The closest websafe version is #7B3DAA. A complement of this color would be #6CA93D, perceived brightness is 0.36, and the grayscale version is #737373.

In the HSL color space, this color has a hue angle of 274°,a saturation of 47%, and a lightness of 45%.The HSV representation shows a hue of 274°, a saturation of 100%, and a value of 100%.

In a RGB color space, #7B3DAA is composed of 48% red, 24% green and 67% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 64% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 10.19, x: 0.2900, and y: 0.1826.

Color Code #7B3DAA

HEX
#7B3DAA
RGB
rgb(123, 61, 170)
HSL
hsl(274, 47%, 45%)
HSV
hsv(274, 64%, 67%)
CMYK
28%, 64%, 0%, 33%
XYZ
X: 16.19, Y: 10.19, Z: 29.44
Lab
L: 38.18, a: 42.28, b: -48.43
Name

Shades of Color #7B3DAA

Shades are created by darkening the original color #7B3DAA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #7B3DAA

Tints are created by lightening the original color #7B3DAA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #7B3DAA Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 47%, and a lightness of 45%. The HSV representation shows a hue of 274°, a saturation of 64%, and a value of 67%.

  • HEX: #7B3DAA
  • RGB: rgb(123, 61, 170)
  • HSL: hsl(274, 47%, 45%)
  • HSV: hsv(274, 64%, 67%)
  • CMYK: 28.00% cyan, 64.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 16.19, 10.19, 29.44
  • Yxy: 10.19, 0.2900, 0.1826
  • Hunter Lab: 38.18, 42.28, -48.43
  • CIE-Lab: 38.18, 42.28, -48.43

In the XYZ color space, this color is represented as X: 16.19, Y: 10.19, Z: 29.44. The Yxy representation further refines this as Y: 10.19, x: 0.2900, and y: 0.1826.

In the Hunter Lab color space, this color is represented as L: 38.18, a: 42.28, and b: -48.43. Similarly, in the CIE-Lab color space, it is represented as L: 38.18, a: 42.28, and b: -48.43.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #7B3DAA

Triadic colors are three colors evenly spaced around the color wheel, including #7B3DAA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #7B3DAA

Analogous colors are adjacent to #7B3DAA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #7B3DAA

Monochromatic colors are variations of #7B3DAA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #7B3DAA

The complementary color of #7B3DAA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #7B3DAA

/* Using HEX */
body {
  background-color: #7b3daa;
}
/* Using RGB */
body {
  background-color: rgb(123, 61, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(123, 61, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 47%, 45%);
}
/* Text color */
p {
  color: #7b3daa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7b3daa;
}

HTML Examples of #7B3DAA

<!-- Using HEX -->
<div style="background-color: #7b3daa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(123, 61, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(123, 61, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(274, 47%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #7b3daa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #7b3daa; width: 100px; height: 100px;"></div>

Related Colors of #7B3DAA

These colors are similar to #7B3DAA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.