Shades of Dark Purple #971587
Tints of Dark Purple #971587
RGB
CMYK
RGB Variations
Color information
#971587 (or 0x971587) is known color: Dark Purple. HEX triplet: 97, 15 and 87. RGB value is (151,21,135). Sum of RGB (Red+Green+Blue) = 151+21+135=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #971587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971587 is #68EA78. Grayscale: #484848. Windows color (decimal): -6875769 or 8852887. OLE color: 8852887.
HSL color Cylindrical-coordinate representation of color #971587: hue angle of 307.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971587 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 135 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.41 |
| HSL | 307.38º | 0.76% | 0.34% | - |
| HSV(B) | 307.38º | 0.86% | 0.59% | - |
| XYZ | 17.4 | 8.86 | 23.72 | - |
| YUV | 72.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 135 | 0 | 0.86 | 0.11 | 0.41 | 307.38 | 0.76 | 0.34 |
| Hex | 97 | 15 | 87 | 0 | 56 | B | 29 | 133 | 4C | 22 |
| Octal | 227 | 25 | 207 | 0 | 126 | 13 | 51 | 463 | 114 | 42 |
| Binary | 10010111 | 10101 | 10000111 | 0 | 1010110 | 1011 | 101001 | 100110011 | 1001100 | 100010 |
Color Harmonies of #971587
Complementary color
Monochromatic Colors of #971587
Black with #971587
Text Example
Text Example
White with #971587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971587; }
p { color: rgb(151,21,135); }
H1.HeaderClassName
{
color: #971587;
}
.AnyTagClassName
{
color: #971587;
}
</style>
background-color css
<style>
a { background-color: #971587; }
a { background-color: rgb(151,21,135); }
div.DivClassName
{
background-color: #971587;
}
.BgClassName
{
background-color: #971587;
}
</style>
border-color css
<style>
span { border-color: #971587; }
span { border-color: rgb(151,21,135); }
td.TdClassName
{
border-color: #971587;
}
.TagClassName
{
border-color: #971587;
}
</style>