Color: #622182

#622182 Color Information

#622182 is a dark color. The closest websafe version is #622182. A complement of this color would be #418321, perceived brightness is 0.25, and the grayscale version is #525252.

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

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

In the Yxy color space, this color is represented as Y: 5.16, x: 0.2984, and y: 0.1690.

Color Code #622182

#622182rgb(98, 33, 130)
HEX
#622182
RGB
rgb(98, 33, 130)
HSL
hsl(280, 60%, 32%)
HSV
hsv(280, 75%, 51%)
CMYK
25%, 75%, 0%, 49%
XYZ
X: 9.11, Y: 5.16, Z: 16.26
Lab
L: 27.19, a: 41.53, b: -41.92
Name

Shades of Color #622182

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

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

#622182rgb(98, 33, 130)

About #622182 Color Code

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

  • HEX: #622182
  • RGB: rgb(98, 33, 130)
  • HSL: hsl(280, 60%, 32%)
  • HSV: hsv(280, 75%, 51%)
  • CMYK: 25.00% cyan, 75.00% magenta, 0.00% yellow, 49.00% black
  • XYZ: 9.11, 5.16, 16.26
  • Yxy: 5.16, 0.2984, 0.1690
  • Hunter Lab: 27.19, 41.53, -41.92
  • CIE-Lab: 27.19, 41.53, -41.92

In the XYZ color space, this color is represented as X: 9.11, Y: 5.16, Z: 16.26. The Yxy representation further refines this as Y: 5.16, x: 0.2984, and y: 0.1690.

In the Hunter Lab color space, this color is represented as L: 27.19, a: 41.53, and b: -41.92. Similarly, in the CIE-Lab color space, it is represented as L: 27.19, a: 41.53, and b: -41.92.

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 #622182

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

Analogous Colors of #622182

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

Split Complementary Colors of #622182

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

Tetradic Colors of #622182

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

Monochromatic Colors of #622182

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

Complementary Color of #622182

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

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

HTML Examples of #622182

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

Related Colors of #622182

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