Color: #722182

#722182 Color Information

#722182 is a dark color. The closest websafe version is #722182. A complement of this color would be #318321, perceived brightness is 0.27, and the grayscale version is #525252.

In the HSL color space, this color has a hue angle of 290°,a saturation of 60%, and a lightness of 32%.The HSV representation shows a hue of 290°, a saturation of 75%, and a value of 51%.

In a RGB color space, #722182 is composed of 45% red, 13% green and 51% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 75% magenta, 0% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 6.19, x: 0.3307, and y: 0.1841.

Color Code #722182

#722182rgb(114, 33, 130)
HEX
#722182
RGB
rgb(114, 33, 130)
HSL
hsl(290, 60%, 32%)
HSV
hsv(290, 75%, 51%)
CMYK
12%, 75%, 0%, 49%
XYZ
X: 11.12, Y: 6.19, Z: 16.32
Lab
L: 29.88, a: 45.60, b: -37.43
Name

Shades of Color #722182

Shades are created by darkening the original color #722182 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 #722182

Tints are created by lightening the original color #722182 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.

#722182rgb(114, 33, 130)

About #722182 Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 60%, and a lightness of 32%. The HSV representation shows a hue of 290°, a saturation of 75%, and a value of 51%.

  • HEX: #722182
  • RGB: rgb(114, 33, 130)
  • HSL: hsl(290, 60%, 32%)
  • HSV: hsv(290, 75%, 51%)
  • CMYK: 12.00% cyan, 75.00% magenta, 0.00% yellow, 49.00% black
  • XYZ: 11.12, 6.19, 16.32
  • Yxy: 6.19, 0.3307, 0.1841
  • Hunter Lab: 29.88, 45.60, -37.43
  • CIE-Lab: 29.88, 45.60, -37.43

In the XYZ color space, this color is represented as X: 11.12, Y: 6.19, Z: 16.32. The Yxy representation further refines this as Y: 6.19, x: 0.3307, and y: 0.1841.

In the Hunter Lab color space, this color is represented as L: 29.88, a: 45.60, and b: -37.43. Similarly, in the CIE-Lab color space, it is represented as L: 29.88, a: 45.60, and b: -37.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 #722182

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

Analogous Colors of #722182

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

Split Complementary Colors of #722182

Split complementary colors are two colors adjacent to the complementary color of #722182. They create a balanced and visually appealing color scheme.

Tetradic Colors of #722182

Tetradic colors form a rectangle on the color wheel, including #722182. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #722182

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

Complementary Color of #722182

The complementary color of #722182 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 #722182

/* Using HEX */
body {
  background-color: #722182;
}
/* Using RGB */
body {
  background-color: rgb(114, 33, 130);
}
/* Using RGB with opacity */
body {
  background-color: rgba(114, 33, 130, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 60%, 32%);
}
/* Text color */
p {
  color: #722182;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #722182;
}
/* Border color */
.box {
  border: 4px solid #722182;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #722182;
}
Text Shadow Preview
/* Background with text */
div {
  background: #722182;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#722182
On Black Background
#722182
On White Background
#722182

HTML Examples of #722182

<!-- Using HEX -->
<div style="background-color: #722182; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(114, 33, 130); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(114, 33, 130, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 60%, 32%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #722182;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #722182; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #722182; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #722182;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #722182; color: #fff; padding: 16px; border-radius: 8px;">
  #722182
</div>
#722182
On Black Background
#722182
On White Background
#722182

Related Colors of #722182

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