Shades of Dark Purple #870A74
Tints of Dark Purple #870A74
RGB
CMYK
RGB Variations
Color information
#870A74 (or 0x870A74) is known color: Dark Purple. HEX triplet: 87, 0A and 74. RGB value is (135,10,116). Sum of RGB (Red+Green+Blue) = 135+10+116=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #870A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A74 is #78F58B. Grayscale: #3B3B3B. Windows color (decimal): -7927180 or 7604871. OLE color: 7604871.
HSL color Cylindrical-coordinate representation of color #870A74: hue angle of 309.12º degrees, saturation: 0.86, 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 #870A74 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 116 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.47 |
| HSL | 309.12º | 0.86% | 0.28% | - |
| HSV(B) | 309.12º | 0.93% | 0.53% | - |
| XYZ | 13.25 | 6.63 | 17.1 | - |
| YUV | 59.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 116 | 0 | 0.93 | 0.14 | 0.47 | 309.12 | 0.86 | 0.28 |
| Hex | 87 | A | 74 | 0 | 5D | E | 2F | 135 | 56 | 1C |
| Octal | 207 | 12 | 164 | 0 | 135 | 16 | 57 | 465 | 126 | 34 |
| Binary | 10000111 | 1010 | 1110100 | 0 | 1011101 | 1110 | 101111 | 100110101 | 1010110 | 11100 |
Color Harmonies of #870A74
Complementary color
Monochromatic Colors of #870A74
Black with #870A74
Text Example
Text Example
White with #870A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A74; }
p { color: rgb(135,10,116); }
H1.HeaderClassName
{
color: #870A74;
}
.AnyTagClassName
{
color: #870A74;
}
</style>
background-color css
<style>
a { background-color: #870A74; }
a { background-color: rgb(135,10,116); }
div.DivClassName
{
background-color: #870A74;
}
.BgClassName
{
background-color: #870A74;
}
</style>
border-color css
<style>
span { border-color: #870A74; }
span { border-color: rgb(135,10,116); }
td.TdClassName
{
border-color: #870A74;
}
.TagClassName
{
border-color: #870A74;
}
</style>