Shades of Dark Purple #860D71
Tints of Dark Purple #860D71
RGB
CMYK
RGB Variations
Color information
#860D71 (or 0x860D71) is known color: Dark Purple. HEX triplet: 86, 0D and 71. RGB value is (134,13,113). Sum of RGB (Red+Green+Blue) = 134+13+113=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D71 is #79F28E. Grayscale: #3C3C3C. Windows color (decimal): -7991951 or 7409030. OLE color: 7409030.
HSL color Cylindrical-coordinate representation of color #860D71: hue angle of 310.41º degrees, saturation: 0.82, 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 #860D71 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 113 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.47 |
| HSL | 310.41º | 0.82% | 0.29% | - |
| HSV(B) | 310.41º | 0.9% | 0.53% | - |
| XYZ | 12.96 | 6.55 | 16.2 | - |
| YUV | 60.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 113 | 0 | 0.90 | 0.16 | 0.47 | 310.41 | 0.82 | 0.29 |
| Hex | 86 | D | 71 | 0 | 5A | 10 | 2F | 136 | 52 | 1D |
| Octal | 206 | 15 | 161 | 0 | 132 | 20 | 57 | 466 | 122 | 35 |
| Binary | 10000110 | 1101 | 1110001 | 0 | 1011010 | 10000 | 101111 | 100110110 | 1010010 | 11101 |
Color Harmonies of #860D71
Complementary color
Monochromatic Colors of #860D71
Black with #860D71
Text Example
Text Example
White with #860D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D71; }
p { color: rgb(134,13,113); }
H1.HeaderClassName
{
color: #860D71;
}
.AnyTagClassName
{
color: #860D71;
}
</style>
background-color css
<style>
a { background-color: #860D71; }
a { background-color: rgb(134,13,113); }
div.DivClassName
{
background-color: #860D71;
}
.BgClassName
{
background-color: #860D71;
}
</style>
border-color css
<style>
span { border-color: #860D71; }
span { border-color: rgb(134,13,113); }
td.TdClassName
{
border-color: #860D71;
}
.TagClassName
{
border-color: #860D71;
}
</style>