Shades of Purple #850477
Tints of Purple #850477
RGB
CMYK
RGB Variations
Color information
#850477 (or 0x850477) is known color: Purple. HEX triplet: 85, 04 and 77. RGB value is (133,4,119). Sum of RGB (Red+Green+Blue) = 133+4+119=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #850477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850477 is #7AFB88. Grayscale: #373737. Windows color (decimal): -8059785 or 7799941. OLE color: 7799941.
HSL color Cylindrical-coordinate representation of color #850477: hue angle of 306.51º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850477 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 119 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.48 |
| HSL | 306.51º | 0.94% | 0.27% | - |
| HSV(B) | 306.51º | 0.97% | 0.52% | - |
| XYZ | 13.05 | 6.41 | 18 | - |
| YUV | 55.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 119 | 0 | 0.97 | 0.11 | 0.48 | 306.51 | 0.94 | 0.27 |
| Hex | 85 | 4 | 77 | 0 | 61 | B | 30 | 133 | 5E | 1B |
| Octal | 205 | 4 | 167 | 0 | 141 | 13 | 60 | 463 | 136 | 33 |
| Binary | 10000101 | 100 | 1110111 | 0 | 1100001 | 1011 | 110000 | 100110011 | 1011110 | 11011 |
Color Harmonies of #850477
Complementary color
Monochromatic Colors of #850477
Black with #850477
Text Example
Text Example
White with #850477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850477; }
p { color: rgb(133,4,119); }
H1.HeaderClassName
{
color: #850477;
}
.AnyTagClassName
{
color: #850477;
}
</style>
background-color css
<style>
a { background-color: #850477; }
a { background-color: rgb(133,4,119); }
div.DivClassName
{
background-color: #850477;
}
.BgClassName
{
background-color: #850477;
}
</style>
border-color css
<style>
span { border-color: #850477; }
span { border-color: rgb(133,4,119); }
td.TdClassName
{
border-color: #850477;
}
.TagClassName
{
border-color: #850477;
}
</style>