Shades of Dark Purple #860C6D
Tints of Dark Purple #860C6D
RGB
CMYK
RGB Variations
Color information
#860C6D (or 0x860C6D) is known color: Dark Purple. HEX triplet: 86, 0C and 6D. RGB value is (134,12,109). Sum of RGB (Red+Green+Blue) = 134+12+109=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860C6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C6D is #79F392. Grayscale: #3B3B3B. Windows color (decimal): -7992211 or 7146630. OLE color: 7146630.
HSL color Cylindrical-coordinate representation of color #860C6D: hue angle of 312.3º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C6D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 109 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.47 |
| HSL | 312.3º | 0.84% | 0.29% | - |
| HSV(B) | 312.3º | 0.91% | 0.53% | - |
| XYZ | 12.72 | 6.44 | 15.04 | - |
| YUV | 59.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 109 | 0 | 0.91 | 0.19 | 0.47 | 312.3 | 0.84 | 0.29 |
| Hex | 86 | C | 6D | 0 | 5B | 13 | 2F | 138 | 54 | 1D |
| Octal | 206 | 14 | 155 | 0 | 133 | 23 | 57 | 470 | 124 | 35 |
| Binary | 10000110 | 1100 | 1101101 | 0 | 1011011 | 10011 | 101111 | 100111000 | 1010100 | 11101 |
Color Harmonies of #860C6D
Complementary color
Monochromatic Colors of #860C6D
Black with #860C6D
Text Example
Text Example
White with #860C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C6D; }
p { color: rgb(134,12,109); }
H1.HeaderClassName
{
color: #860C6D;
}
.AnyTagClassName
{
color: #860C6D;
}
</style>
background-color css
<style>
a { background-color: #860C6D; }
a { background-color: rgb(134,12,109); }
div.DivClassName
{
background-color: #860C6D;
}
.BgClassName
{
background-color: #860C6D;
}
</style>
border-color css
<style>
span { border-color: #860C6D; }
span { border-color: rgb(134,12,109); }
td.TdClassName
{
border-color: #860C6D;
}
.TagClassName
{
border-color: #860C6D;
}
</style>