Shades of Dark Purple #870972
Tints of Dark Purple #870972
RGB
CMYK
RGB Variations
Color information
#870972 (or 0x870972) is known color: Dark Purple. HEX triplet: 87, 09 and 72. RGB value is (135,9,114). Sum of RGB (Red+Green+Blue) = 135+9+114=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870972 is #78F68D. Grayscale: #3A3A3A. Windows color (decimal): -7927438 or 7473543. OLE color: 7473543.
HSL color Cylindrical-coordinate representation of color #870972: hue angle of 310º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870972 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 114 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.47 |
| HSL | 310º | 0.88% | 0.28% | - |
| HSV(B) | 310º | 0.93% | 0.53% | - |
| XYZ | 13.13 | 6.56 | 16.49 | - |
| YUV | 58.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 114 | 0 | 0.93 | 0.16 | 0.47 | 310 | 0.88 | 0.28 |
| Hex | 87 | 9 | 72 | 0 | 5D | 10 | 2F | 136 | 58 | 1C |
| Octal | 207 | 11 | 162 | 0 | 135 | 20 | 57 | 466 | 130 | 34 |
| Binary | 10000111 | 1001 | 1110010 | 0 | 1011101 | 10000 | 101111 | 100110110 | 1011000 | 11100 |
Color Harmonies of #870972
Complementary color
Monochromatic Colors of #870972
Black with #870972
Text Example
Text Example
White with #870972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870972; }
p { color: rgb(135,9,114); }
H1.HeaderClassName
{
color: #870972;
}
.AnyTagClassName
{
color: #870972;
}
</style>
background-color css
<style>
a { background-color: #870972; }
a { background-color: rgb(135,9,114); }
div.DivClassName
{
background-color: #870972;
}
.BgClassName
{
background-color: #870972;
}
</style>
border-color css
<style>
span { border-color: #870972; }
span { border-color: rgb(135,9,114); }
td.TdClassName
{
border-color: #870972;
}
.TagClassName
{
border-color: #870972;
}
</style>