Shades of Dark Purple #971780
Tints of Dark Purple #971780
RGB
CMYK
RGB Variations
Color information
#971780 (or 0x971780) is known color: Dark Purple. HEX triplet: 97, 17 and 80. RGB value is (151,23,128). Sum of RGB (Red+Green+Blue) = 151+23+128=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #971780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971780 is #68E87F. Grayscale: #484848. Windows color (decimal): -6875264 or 8394647. OLE color: 8394647.
HSL color Cylindrical-coordinate representation of color #971780: hue angle of 310.78º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971780 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 128 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.41 |
| HSL | 310.78º | 0.74% | 0.34% | - |
| HSV(B) | 310.78º | 0.85% | 0.59% | - |
| XYZ | 16.97 | 8.75 | 21.22 | - |
| YUV | 73.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 128 | 0 | 0.85 | 0.15 | 0.41 | 310.78 | 0.74 | 0.34 |
| Hex | 97 | 17 | 80 | 0 | 55 | F | 29 | 137 | 4A | 22 |
| Octal | 227 | 27 | 200 | 0 | 125 | 17 | 51 | 467 | 112 | 42 |
| Binary | 10010111 | 10111 | 10000000 | 0 | 1010101 | 1111 | 101001 | 100110111 | 1001010 | 100010 |
Color Harmonies of #971780
Complementary color
Monochromatic Colors of #971780
Black with #971780
Text Example
Text Example
White with #971780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971780; }
p { color: rgb(151,23,128); }
H1.HeaderClassName
{
color: #971780;
}
.AnyTagClassName
{
color: #971780;
}
</style>
background-color css
<style>
a { background-color: #971780; }
a { background-color: rgb(151,23,128); }
div.DivClassName
{
background-color: #971780;
}
.BgClassName
{
background-color: #971780;
}
</style>
border-color css
<style>
span { border-color: #971780; }
span { border-color: rgb(151,23,128); }
td.TdClassName
{
border-color: #971780;
}
.TagClassName
{
border-color: #971780;
}
</style>