Shades of Purple #860A7E
Tints of Purple #860A7E
RGB
CMYK
RGB Variations
Color information
#860A7E (or 0x860A7E) is known color: Purple. HEX triplet: 86, 0A and 7E. RGB value is (134,10,126). Sum of RGB (Red+Green+Blue) = 134+10+126=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #860A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A7E is #79F581. Grayscale: #3B3B3B. Windows color (decimal): -7992706 or 8260230. OLE color: 8260230.
HSL color Cylindrical-coordinate representation of color #860A7E: hue angle of 303.87º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A7E is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 126 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.47 |
| HSL | 303.87º | 0.86% | 0.28% | - |
| HSV(B) | 303.87º | 0.93% | 0.53% | - |
| XYZ | 13.71 | 6.79 | 20.33 | - |
| YUV | 60.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 126 | 0 | 0.93 | 0.06 | 0.47 | 303.87 | 0.86 | 0.28 |
| Hex | 86 | A | 7E | 0 | 5D | 6 | 2F | 130 | 56 | 1C |
| Octal | 206 | 12 | 176 | 0 | 135 | 6 | 57 | 460 | 126 | 34 |
| Binary | 10000110 | 1010 | 1111110 | 0 | 1011101 | 110 | 101111 | 100110000 | 1010110 | 11100 |
Color Harmonies of #860A7E
Complementary color
Monochromatic Colors of #860A7E
Black with #860A7E
Text Example
Text Example
White with #860A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A7E; }
p { color: rgb(134,10,126); }
H1.HeaderClassName
{
color: #860A7E;
}
.AnyTagClassName
{
color: #860A7E;
}
</style>
background-color css
<style>
a { background-color: #860A7E; }
a { background-color: rgb(134,10,126); }
div.DivClassName
{
background-color: #860A7E;
}
.BgClassName
{
background-color: #860A7E;
}
</style>
border-color css
<style>
span { border-color: #860A7E; }
span { border-color: rgb(134,10,126); }
td.TdClassName
{
border-color: #860A7E;
}
.TagClassName
{
border-color: #860A7E;
}
</style>