Shades of Purple #86007C
Tints of Purple #86007C
RGB
CMYK
RGB Variations
Color information
#86007C (or 0x86007C) is known color: Purple. HEX triplet: 86, 00 and 7C. RGB value is (134,0,124). Sum of RGB (Red+Green+Blue) = 134+0+124=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007C is #79FF83. Grayscale: #353535. Windows color (decimal): -7995268 or 8126598. OLE color: 8126598.
HSL color Cylindrical-coordinate representation of color #86007C: hue angle of 304.48º 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 #86007C is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.07 | 0.47 |
| HSL | 304.48º | 1% | 0.26% | - |
| HSV(B) | 304.48º | 1% | 0.53% | - |
| XYZ | 13.47 | 6.52 | 19.62 | - |
| YUV | 54.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 124 | 0 | 1 | 0.07 | 0.47 | 304.48 | 1 | 0.26 |
| Hex | 86 | 0 | 7C | 0 | 64 | 7 | 2F | 130 | 64 | 1A |
| Octal | 206 | 0 | 174 | 0 | 144 | 7 | 57 | 460 | 144 | 32 |
| Binary | 10000110 | 0 | 1111100 | 0 | 1100100 | 111 | 101111 | 100110000 | 1100100 | 11010 |
Color Harmonies of #86007C
Complementary color
Monochromatic Colors of #86007C
Black with #86007C
Text Example
Text Example
White with #86007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86007C; }
p { color: rgb(134,0,124); }
H1.HeaderClassName
{
color: #86007C;
}
.AnyTagClassName
{
color: #86007C;
}
</style>
background-color css
<style>
a { background-color: #86007C; }
a { background-color: rgb(134,0,124); }
div.DivClassName
{
background-color: #86007C;
}
.BgClassName
{
background-color: #86007C;
}
</style>
border-color css
<style>
span { border-color: #86007C; }
span { border-color: rgb(134,0,124); }
td.TdClassName
{
border-color: #86007C;
}
.TagClassName
{
border-color: #86007C;
}
</style>