Shades of Purple #850078
Tints of Purple #850078
RGB
CMYK
RGB Variations
Color information
#850078 (or 0x850078) is known color: Purple. HEX triplet: 85, 00 and 78. RGB value is (133,0,120). Sum of RGB (Red+Green+Blue) = 133+0+120=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850078 is #7AFF87. Grayscale: #353535. Windows color (decimal): -8060808 or 7864453. OLE color: 7864453.
HSL color Cylindrical-coordinate representation of color #850078: hue angle of 305.86º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850078 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.10 | 0.48 |
| HSL | 305.86º | 1% | 0.26% | - |
| HSV(B) | 305.86º | 1% | 0.52% | - |
| XYZ | 13.06 | 6.34 | 18.31 | - |
| YUV | 53.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 120 | 0 | 1 | 0.10 | 0.48 | 305.86 | 1 | 0.26 |
| Hex | 85 | 0 | 78 | 0 | 64 | A | 30 | 132 | 64 | 1A |
| Octal | 205 | 0 | 170 | 0 | 144 | 12 | 60 | 462 | 144 | 32 |
| Binary | 10000101 | 0 | 1111000 | 0 | 1100100 | 1010 | 110000 | 100110010 | 1100100 | 11010 |
Color Harmonies of #850078
Complementary color
Monochromatic Colors of #850078
Black with #850078
Text Example
Text Example
White with #850078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850078; }
p { color: rgb(133,0,120); }
H1.HeaderClassName
{
color: #850078;
}
.AnyTagClassName
{
color: #850078;
}
</style>
background-color css
<style>
a { background-color: #850078; }
a { background-color: rgb(133,0,120); }
div.DivClassName
{
background-color: #850078;
}
.BgClassName
{
background-color: #850078;
}
</style>
border-color css
<style>
span { border-color: #850078; }
span { border-color: rgb(133,0,120); }
td.TdClassName
{
border-color: #850078;
}
.TagClassName
{
border-color: #850078;
}
</style>