Shades of Purple #860278
Tints of Purple #860278
RGB
CMYK
RGB Variations
Color information
#860278 (or 0x860278) is known color: Purple. HEX triplet: 86, 02 and 78. RGB value is (134,2,120). Sum of RGB (Red+Green+Blue) = 134+2+120=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860278 is #79FD87. Grayscale: #363636. Windows color (decimal): -7994760 or 7864966. OLE color: 7864966.
HSL color Cylindrical-coordinate representation of color #860278: hue angle of 306.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860278 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.47 |
| HSL | 306.36º | 0.97% | 0.27% | - |
| HSV(B) | 306.36º | 0.99% | 0.53% | - |
| XYZ | 13.24 | 6.47 | 18.32 | - |
| YUV | 54.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 120 | 0 | 0.99 | 0.10 | 0.47 | 306.36 | 0.97 | 0.27 |
| Hex | 86 | 2 | 78 | 0 | 63 | A | 2F | 132 | 61 | 1B |
| Octal | 206 | 2 | 170 | 0 | 143 | 12 | 57 | 462 | 141 | 33 |
| Binary | 10000110 | 10 | 1111000 | 0 | 1100011 | 1010 | 101111 | 100110010 | 1100001 | 11011 |
Color Harmonies of #860278
Complementary color
Monochromatic Colors of #860278
Black with #860278
Text Example
Text Example
White with #860278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860278; }
p { color: rgb(134,2,120); }
H1.HeaderClassName
{
color: #860278;
}
.AnyTagClassName
{
color: #860278;
}
</style>
background-color css
<style>
a { background-color: #860278; }
a { background-color: rgb(134,2,120); }
div.DivClassName
{
background-color: #860278;
}
.BgClassName
{
background-color: #860278;
}
</style>
border-color css
<style>
span { border-color: #860278; }
span { border-color: rgb(134,2,120); }
td.TdClassName
{
border-color: #860278;
}
.TagClassName
{
border-color: #860278;
}
</style>