Shades of Purple #86037C
Tints of Purple #86037C
RGB
CMYK
RGB Variations
Color information
#86037C (or 0x86037C) is known color: Purple. HEX triplet: 86, 03 and 7C. RGB value is (134,3,124). Sum of RGB (Red+Green+Blue) = 134+3+124=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037C is #79FC83. Grayscale: #373737. Windows color (decimal): -7994500 or 8127366. OLE color: 8127366.
HSL color Cylindrical-coordinate representation of color #86037C: hue angle of 304.58º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86037C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.47 |
| HSL | 304.58º | 0.96% | 0.27% | - |
| HSV(B) | 304.58º | 0.98% | 0.53% | - |
| XYZ | 13.5 | 6.59 | 19.63 | - |
| YUV | 55.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 124 | 0 | 0.98 | 0.07 | 0.47 | 304.58 | 0.96 | 0.27 |
| Hex | 86 | 3 | 7C | 0 | 62 | 7 | 2F | 131 | 60 | 1B |
| Octal | 206 | 3 | 174 | 0 | 142 | 7 | 57 | 461 | 140 | 33 |
| Binary | 10000110 | 11 | 1111100 | 0 | 1100010 | 111 | 101111 | 100110001 | 1100000 | 11011 |
Color Harmonies of #86037C
Complementary color
Monochromatic Colors of #86037C
Black with #86037C
Text Example
Text Example
White with #86037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86037C; }
p { color: rgb(134,3,124); }
H1.HeaderClassName
{
color: #86037C;
}
.AnyTagClassName
{
color: #86037C;
}
</style>
background-color css
<style>
a { background-color: #86037C; }
a { background-color: rgb(134,3,124); }
div.DivClassName
{
background-color: #86037C;
}
.BgClassName
{
background-color: #86037C;
}
</style>
border-color css
<style>
span { border-color: #86037C; }
span { border-color: rgb(134,3,124); }
td.TdClassName
{
border-color: #86037C;
}
.TagClassName
{
border-color: #86037C;
}
</style>