Shades of Purple #860A7A
Tints of Purple #860A7A
RGB
CMYK
RGB Variations
Color information
#860A7A (or 0x860A7A) is known color: Purple. HEX triplet: 86, 0A and 7A. RGB value is (134,10,122). Sum of RGB (Red+Green+Blue) = 134+10+122=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #860A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A7A is #79F585. Grayscale: #3B3B3B. Windows color (decimal): -7992710 or 7998086. OLE color: 7998086.
HSL color Cylindrical-coordinate representation of color #860A7A: hue angle of 305.81º 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 #860A7A is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 122 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.47 |
| HSL | 305.81º | 0.86% | 0.28% | - |
| HSV(B) | 305.81º | 0.93% | 0.53% | - |
| XYZ | 13.45 | 6.69 | 18.99 | - |
| YUV | 59.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 122 | 0 | 0.93 | 0.09 | 0.47 | 305.81 | 0.86 | 0.28 |
| Hex | 86 | A | 7A | 0 | 5D | 9 | 2F | 132 | 56 | 1C |
| Octal | 206 | 12 | 172 | 0 | 135 | 11 | 57 | 462 | 126 | 34 |
| Binary | 10000110 | 1010 | 1111010 | 0 | 1011101 | 1001 | 101111 | 100110010 | 1010110 | 11100 |
Color Harmonies of #860A7A
Complementary color
Monochromatic Colors of #860A7A
Black with #860A7A
Text Example
Text Example
White with #860A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A7A; }
p { color: rgb(134,10,122); }
H1.HeaderClassName
{
color: #860A7A;
}
.AnyTagClassName
{
color: #860A7A;
}
</style>
background-color css
<style>
a { background-color: #860A7A; }
a { background-color: rgb(134,10,122); }
div.DivClassName
{
background-color: #860A7A;
}
.BgClassName
{
background-color: #860A7A;
}
</style>
border-color css
<style>
span { border-color: #860A7A; }
span { border-color: rgb(134,10,122); }
td.TdClassName
{
border-color: #860A7A;
}
.TagClassName
{
border-color: #860A7A;
}
</style>