Shades of Dark Purple #860C75
Tints of Dark Purple #860C75
RGB
CMYK
RGB Variations
Color information
#860C75 (or 0x860C75) is known color: Dark Purple. HEX triplet: 86, 0C and 75. RGB value is (134,12,117). Sum of RGB (Red+Green+Blue) = 134+12+117=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #860C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C75 is #79F38A. Grayscale: #3C3C3C. Windows color (decimal): -7992203 or 7670918. OLE color: 7670918.
HSL color Cylindrical-coordinate representation of color #860C75: hue angle of 308.36º 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 #860C75 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 117 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.47 |
| HSL | 308.36º | 0.84% | 0.29% | - |
| HSV(B) | 308.36º | 0.91% | 0.53% | - |
| XYZ | 13.17 | 6.62 | 17.41 | - |
| YUV | 60.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 117 | 0 | 0.91 | 0.13 | 0.47 | 308.36 | 0.84 | 0.29 |
| Hex | 86 | C | 75 | 0 | 5B | D | 2F | 134 | 54 | 1D |
| Octal | 206 | 14 | 165 | 0 | 133 | 15 | 57 | 464 | 124 | 35 |
| Binary | 10000110 | 1100 | 1110101 | 0 | 1011011 | 1101 | 101111 | 100110100 | 1010100 | 11101 |
Color Harmonies of #860C75
Complementary color
Monochromatic Colors of #860C75
Black with #860C75
Text Example
Text Example
White with #860C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C75; }
p { color: rgb(134,12,117); }
H1.HeaderClassName
{
color: #860C75;
}
.AnyTagClassName
{
color: #860C75;
}
</style>
background-color css
<style>
a { background-color: #860C75; }
a { background-color: rgb(134,12,117); }
div.DivClassName
{
background-color: #860C75;
}
.BgClassName
{
background-color: #860C75;
}
</style>
border-color css
<style>
span { border-color: #860C75; }
span { border-color: rgb(134,12,117); }
td.TdClassName
{
border-color: #860C75;
}
.TagClassName
{
border-color: #860C75;
}
</style>