Shades of Purple #860A7B
Tints of Purple #860A7B
RGB
CMYK
RGB Variations
Color information
#860A7B (or 0x860A7B) is known color: Purple. HEX triplet: 86, 0A and 7B. RGB value is (134,10,123). Sum of RGB (Red+Green+Blue) = 134+10+123=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A7B is #79F584. Grayscale: #3B3B3B. Windows color (decimal): -7992709 or 8063622. OLE color: 8063622.
HSL color Cylindrical-coordinate representation of color #860A7B: hue angle of 305.32º 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 #860A7B is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 123 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.47 |
| HSL | 305.32º | 0.86% | 0.28% | - |
| HSV(B) | 305.32º | 0.93% | 0.53% | - |
| XYZ | 13.52 | 6.72 | 19.32 | - |
| YUV | 59.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 123 | 0 | 0.93 | 0.08 | 0.47 | 305.32 | 0.86 | 0.28 |
| Hex | 86 | A | 7B | 0 | 5D | 8 | 2F | 131 | 56 | 1C |
| Octal | 206 | 12 | 173 | 0 | 135 | 10 | 57 | 461 | 126 | 34 |
| Binary | 10000110 | 1010 | 1111011 | 0 | 1011101 | 1000 | 101111 | 100110001 | 1010110 | 11100 |
Color Harmonies of #860A7B
Complementary color
Monochromatic Colors of #860A7B
Black with #860A7B
Text Example
Text Example
White with #860A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A7B; }
p { color: rgb(134,10,123); }
H1.HeaderClassName
{
color: #860A7B;
}
.AnyTagClassName
{
color: #860A7B;
}
</style>
background-color css
<style>
a { background-color: #860A7B; }
a { background-color: rgb(134,10,123); }
div.DivClassName
{
background-color: #860A7B;
}
.BgClassName
{
background-color: #860A7B;
}
</style>
border-color css
<style>
span { border-color: #860A7B; }
span { border-color: rgb(134,10,123); }
td.TdClassName
{
border-color: #860A7B;
}
.TagClassName
{
border-color: #860A7B;
}
</style>