Shades of Purple #860173
Tints of Purple #860173
RGB
CMYK
RGB Variations
Color information
#860173 (or 0x860173) is known color: Purple. HEX triplet: 86, 01 and 73. RGB value is (134,1,115). Sum of RGB (Red+Green+Blue) = 134+1+115=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860173 is #79FE8C. Grayscale: #353535. Windows color (decimal): -7995021 or 7537030. OLE color: 7537030.
HSL color Cylindrical-coordinate representation of color #860173: hue angle of 308.57º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860173 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.47 |
| HSL | 308.57º | 0.99% | 0.26% | - |
| HSV(B) | 308.57º | 0.99% | 0.53% | - |
| XYZ | 12.94 | 6.33 | 16.76 | - |
| YUV | 53.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 115 | 0 | 0.99 | 0.14 | 0.47 | 308.57 | 0.99 | 0.26 |
| Hex | 86 | 1 | 73 | 0 | 63 | E | 2F | 135 | 63 | 1A |
| Octal | 206 | 1 | 163 | 0 | 143 | 16 | 57 | 465 | 143 | 32 |
| Binary | 10000110 | 1 | 1110011 | 0 | 1100011 | 1110 | 101111 | 100110101 | 1100011 | 11010 |
Color Harmonies of #860173
Complementary color
Monochromatic Colors of #860173
Black with #860173
Text Example
Text Example
White with #860173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860173; }
p { color: rgb(134,1,115); }
H1.HeaderClassName
{
color: #860173;
}
.AnyTagClassName
{
color: #860173;
}
</style>
background-color css
<style>
a { background-color: #860173; }
a { background-color: rgb(134,1,115); }
div.DivClassName
{
background-color: #860173;
}
.BgClassName
{
background-color: #860173;
}
</style>
border-color css
<style>
span { border-color: #860173; }
span { border-color: rgb(134,1,115); }
td.TdClassName
{
border-color: #860173;
}
.TagClassName
{
border-color: #860173;
}
</style>