Color: #970462

#970462 Color Information

#970462 is a dark color. The closest websafe version is #970462. A complement of this color would be #049539, perceived brightness is 0.23, and the grayscale version is #4E4E4E.

In the HSL color space, this color has a hue angle of 322°,a saturation of 95%, and a lightness of 30%.The HSV representation shows a hue of 322°, a saturation of 97%, and a value of 59%.

In a RGB color space, #970462 is composed of 59% red, 2% green and 38% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 97% magenta, 35% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 7.71, x: 0.4753, and y: 0.2397.

Color Code #970462

#970462rgb(151, 4, 98)
HEX
#970462
RGB
rgb(151, 4, 98)
HSL
hsl(322, 95%, 30%)
HSV
hsv(322, 97%, 59%)
CMYK
0%, 97%, 35%, 41%
XYZ
X: 15.29, Y: 7.71, Z: 9.17
Lab
L: 33.38, a: 57.79, b: -11.00
Name

Shades of Color #970462

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

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

#970462rgb(151, 4, 98)

About #970462 Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 95%, and a lightness of 30%. The HSV representation shows a hue of 322°, a saturation of 97%, and a value of 59%.

  • HEX: #970462
  • RGB: rgb(151, 4, 98)
  • HSL: hsl(322, 95%, 30%)
  • HSV: hsv(322, 97%, 59%)
  • CMYK: 0.00% cyan, 97.00% magenta, 35.00% yellow, 41.00% black
  • XYZ: 15.29, 7.71, 9.17
  • Yxy: 7.71, 0.4753, 0.2397
  • Hunter Lab: 33.38, 57.79, -11.00
  • CIE-Lab: 33.38, 57.79, -11.00

In the XYZ color space, this color is represented as X: 15.29, Y: 7.71, Z: 9.17. The Yxy representation further refines this as Y: 7.71, x: 0.4753, and y: 0.2397.

In the Hunter Lab color space, this color is represented as L: 33.38, a: 57.79, and b: -11.00. Similarly, in the CIE-Lab color space, it is represented as L: 33.38, a: 57.79, and b: -11.00.

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

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

Analogous Colors of #970462

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

Split Complementary Colors of #970462

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

Tetradic Colors of #970462

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

Monochromatic Colors of #970462

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

Complementary Color of #970462

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

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

HTML Examples of #970462

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

Related Colors of #970462

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