Shades of Purple #860072
Tints of Purple #860072
RGB
CMYK
RGB Variations
Color information
#860072 (or 0x860072) is known color: Purple. HEX triplet: 86, 00 and 72. RGB value is (134,0,114). Sum of RGB (Red+Green+Blue) = 134+0+114=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #860072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860072 is #79FF8D. Grayscale: #343434. Windows color (decimal): -7995278 or 7471238. OLE color: 7471238.
HSL color Cylindrical-coordinate representation of color #860072: hue angle of 308.96º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860072 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.15 | 0.47 |
| HSL | 308.96º | 1% | 0.26% | - |
| HSV(B) | 308.96º | 1% | 0.53% | - |
| XYZ | 12.87 | 6.28 | 16.45 | - |
| YUV | 53.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 114 | 0 | 1 | 0.15 | 0.47 | 308.96 | 1 | 0.26 |
| Hex | 86 | 0 | 72 | 0 | 64 | F | 2F | 135 | 64 | 1A |
| Octal | 206 | 0 | 162 | 0 | 144 | 17 | 57 | 465 | 144 | 32 |
| Binary | 10000110 | 0 | 1110010 | 0 | 1100100 | 1111 | 101111 | 100110101 | 1100100 | 11010 |
Color Harmonies of #860072
Complementary color
Monochromatic Colors of #860072
Black with #860072
Text Example
Text Example
White with #860072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860072; }
p { color: rgb(134,0,114); }
H1.HeaderClassName
{
color: #860072;
}
.AnyTagClassName
{
color: #860072;
}
</style>
background-color css
<style>
a { background-color: #860072; }
a { background-color: rgb(134,0,114); }
div.DivClassName
{
background-color: #860072;
}
.BgClassName
{
background-color: #860072;
}
</style>
border-color css
<style>
span { border-color: #860072; }
span { border-color: rgb(134,0,114); }
td.TdClassName
{
border-color: #860072;
}
.TagClassName
{
border-color: #860072;
}
</style>