Shades of Dark Purple #860E7A
Tints of Dark Purple #860E7A
RGB
CMYK
RGB Variations
Color information
#860E7A (or 0x860E7A) is known color: Dark Purple. HEX triplet: 86, 0E and 7A. RGB value is (134,14,122). Sum of RGB (Red+Green+Blue) = 134+14+122=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #860E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E7A is #79F185. Grayscale: #3D3D3D. Windows color (decimal): -7991686 or 7999110. OLE color: 7999110.
HSL color Cylindrical-coordinate representation of color #860E7A: hue angle of 306º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E7A is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 122 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.47 |
| HSL | 306º | 0.81% | 0.29% | - |
| HSV(B) | 306º | 0.9% | 0.53% | - |
| XYZ | 13.5 | 6.79 | 19.01 | - |
| YUV | 62.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 122 | 0 | 0.90 | 0.09 | 0.47 | 306 | 0.81 | 0.29 |
| Hex | 86 | E | 7A | 0 | 5A | 9 | 2F | 132 | 51 | 1D |
| Octal | 206 | 16 | 172 | 0 | 132 | 11 | 57 | 462 | 121 | 35 |
| Binary | 10000110 | 1110 | 1111010 | 0 | 1011010 | 1001 | 101111 | 100110010 | 1010001 | 11101 |
Color Harmonies of #860E7A
Complementary color
Monochromatic Colors of #860E7A
Black with #860E7A
Text Example
Text Example
White with #860E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E7A; }
p { color: rgb(134,14,122); }
H1.HeaderClassName
{
color: #860E7A;
}
.AnyTagClassName
{
color: #860E7A;
}
</style>
background-color css
<style>
a { background-color: #860E7A; }
a { background-color: rgb(134,14,122); }
div.DivClassName
{
background-color: #860E7A;
}
.BgClassName
{
background-color: #860E7A;
}
</style>
border-color css
<style>
span { border-color: #860E7A; }
span { border-color: rgb(134,14,122); }
td.TdClassName
{
border-color: #860E7A;
}
.TagClassName
{
border-color: #860E7A;
}
</style>