Shades of Purple #860C78
Tints of Purple #860C78
RGB
CMYK
RGB Variations
Color information
#860C78 (or 0x860C78) is known color: Purple. HEX triplet: 86, 0C and 78. RGB value is (134,12,120). Sum of RGB (Red+Green+Blue) = 134+12+120=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #860C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C78 is #79F387. Grayscale: #3C3C3C. Windows color (decimal): -7992200 or 7867526. OLE color: 7867526.
HSL color Cylindrical-coordinate representation of color #860C78: hue angle of 306.89º 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 #860C78 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 120 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.47 |
| HSL | 306.89º | 0.84% | 0.29% | - |
| HSV(B) | 306.89º | 0.91% | 0.53% | - |
| XYZ | 13.35 | 6.69 | 18.36 | - |
| YUV | 60.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 120 | 0 | 0.91 | 0.10 | 0.47 | 306.89 | 0.84 | 0.29 |
| Hex | 86 | C | 78 | 0 | 5B | A | 2F | 133 | 54 | 1D |
| Octal | 206 | 14 | 170 | 0 | 133 | 12 | 57 | 463 | 124 | 35 |
| Binary | 10000110 | 1100 | 1111000 | 0 | 1011011 | 1010 | 101111 | 100110011 | 1010100 | 11101 |
Color Harmonies of #860C78
Complementary color
Monochromatic Colors of #860C78
Black with #860C78
Text Example
Text Example
White with #860C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C78; }
p { color: rgb(134,12,120); }
H1.HeaderClassName
{
color: #860C78;
}
.AnyTagClassName
{
color: #860C78;
}
</style>
background-color css
<style>
a { background-color: #860C78; }
a { background-color: rgb(134,12,120); }
div.DivClassName
{
background-color: #860C78;
}
.BgClassName
{
background-color: #860C78;
}
</style>
border-color css
<style>
span { border-color: #860C78; }
span { border-color: rgb(134,12,120); }
td.TdClassName
{
border-color: #860C78;
}
.TagClassName
{
border-color: #860C78;
}
</style>