Shades of Purple #860575
Tints of Purple #860575
RGB
CMYK
RGB Variations
Color information
#860575 (or 0x860575) is known color: Purple. HEX triplet: 86, 05 and 75. RGB value is (134,5,117). Sum of RGB (Red+Green+Blue) = 134+5+117=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860575 is #79FA8A. Grayscale: #383838. Windows color (decimal): -7993995 or 7669126. OLE color: 7669126.
HSL color Cylindrical-coordinate representation of color #860575: hue angle of 307.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860575 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 117 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.47 |
| HSL | 307.91º | 0.93% | 0.27% | - |
| HSV(B) | 307.91º | 0.96% | 0.53% | - |
| XYZ | 13.1 | 6.46 | 17.39 | - |
| YUV | 56.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 117 | 0 | 0.96 | 0.13 | 0.47 | 307.91 | 0.93 | 0.27 |
| Hex | 86 | 5 | 75 | 0 | 60 | D | 2F | 134 | 5D | 1B |
| Octal | 206 | 5 | 165 | 0 | 140 | 15 | 57 | 464 | 135 | 33 |
| Binary | 10000110 | 101 | 1110101 | 0 | 1100000 | 1101 | 101111 | 100110100 | 1011101 | 11011 |
Color Harmonies of #860575
Complementary color
Monochromatic Colors of #860575
Black with #860575
Text Example
Text Example
White with #860575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860575; }
p { color: rgb(134,5,117); }
H1.HeaderClassName
{
color: #860575;
}
.AnyTagClassName
{
color: #860575;
}
</style>
background-color css
<style>
a { background-color: #860575; }
a { background-color: rgb(134,5,117); }
div.DivClassName
{
background-color: #860575;
}
.BgClassName
{
background-color: #860575;
}
</style>
border-color css
<style>
span { border-color: #860575; }
span { border-color: rgb(134,5,117); }
td.TdClassName
{
border-color: #860575;
}
.TagClassName
{
border-color: #860575;
}
</style>