Shades of Purple #860F7F
Tints of Purple #860F7F
RGB
CMYK
RGB Variations
Color information
#860F7F (or 0x860F7F) is known color: Purple. HEX triplet: 86, 0F and 7F. RGB value is (134,15,127). Sum of RGB (Red+Green+Blue) = 134+15+127=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #860F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F7F is #79F080. Grayscale: #3F3F3F. Windows color (decimal): -7991425 or 8327046. OLE color: 8327046.
HSL color Cylindrical-coordinate representation of color #860F7F: hue angle of 303.53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F7F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 127 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.47 |
| HSL | 303.53º | 0.8% | 0.29% | - |
| HSV(B) | 303.53º | 0.89% | 0.53% | - |
| XYZ | 13.83 | 6.94 | 20.69 | - |
| YUV | 63.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 127 | 0 | 0.89 | 0.05 | 0.47 | 303.53 | 0.8 | 0.29 |
| Hex | 86 | F | 7F | 0 | 59 | 5 | 2F | 130 | 50 | 1D |
| Octal | 206 | 17 | 177 | 0 | 131 | 5 | 57 | 460 | 120 | 35 |
| Binary | 10000110 | 1111 | 1111111 | 0 | 1011001 | 101 | 101111 | 100110000 | 1010000 | 11101 |
Color Harmonies of #860F7F
Complementary color
Monochromatic Colors of #860F7F
Black with #860F7F
Text Example
Text Example
White with #860F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F7F; }
p { color: rgb(134,15,127); }
H1.HeaderClassName
{
color: #860F7F;
}
.AnyTagClassName
{
color: #860F7F;
}
</style>
background-color css
<style>
a { background-color: #860F7F; }
a { background-color: rgb(134,15,127); }
div.DivClassName
{
background-color: #860F7F;
}
.BgClassName
{
background-color: #860F7F;
}
</style>
border-color css
<style>
span { border-color: #860F7F; }
span { border-color: rgb(134,15,127); }
td.TdClassName
{
border-color: #860F7F;
}
.TagClassName
{
border-color: #860F7F;
}
</style>