Shades of Purple #860174
Tints of Purple #860174
RGB
CMYK
RGB Variations
Color information
#860174 (or 0x860174) is known color: Purple. HEX triplet: 86, 01 and 74. RGB value is (134,1,116). Sum of RGB (Red+Green+Blue) = 134+1+116=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #860174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860174 is #79FE8B. Grayscale: #353535. Windows color (decimal): -7995020 or 7602566. OLE color: 7602566.
HSL color Cylindrical-coordinate representation of color #860174: hue angle of 308.12º 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 #860174 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.47 |
| HSL | 308.12º | 0.99% | 0.26% | - |
| HSV(B) | 308.12º | 0.99% | 0.53% | - |
| XYZ | 12.99 | 6.35 | 17.06 | - |
| YUV | 53.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 116 | 0 | 0.99 | 0.13 | 0.47 | 308.12 | 0.99 | 0.26 |
| Hex | 86 | 1 | 74 | 0 | 63 | D | 2F | 134 | 63 | 1A |
| Octal | 206 | 1 | 164 | 0 | 143 | 15 | 57 | 464 | 143 | 32 |
| Binary | 10000110 | 1 | 1110100 | 0 | 1100011 | 1101 | 101111 | 100110100 | 1100011 | 11010 |
Color Harmonies of #860174
Complementary color
Monochromatic Colors of #860174
Black with #860174
Text Example
Text Example
White with #860174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860174; }
p { color: rgb(134,1,116); }
H1.HeaderClassName
{
color: #860174;
}
.AnyTagClassName
{
color: #860174;
}
</style>
background-color css
<style>
a { background-color: #860174; }
a { background-color: rgb(134,1,116); }
div.DivClassName
{
background-color: #860174;
}
.BgClassName
{
background-color: #860174;
}
</style>
border-color css
<style>
span { border-color: #860174; }
span { border-color: rgb(134,1,116); }
td.TdClassName
{
border-color: #860174;
}
.TagClassName
{
border-color: #860174;
}
</style>