Shades of Dark Purple #852A77
Tints of Dark Purple #852A77
RGB
CMYK
RGB Variations
Color information
#852A77 (or 0x852A77) is known color: Dark Purple. HEX triplet: 85, 2A and 77. RGB value is (133,42,119). Sum of RGB (Red+Green+Blue) = 133+42+119=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #852A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A77 is #7AD588. Grayscale: #4D4D4D. Windows color (decimal): -8050057 or 7809669. OLE color: 7809669.
HSL color Cylindrical-coordinate representation of color #852A77: hue angle of 309.23º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A77 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 119 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.48 |
| HSL | 309.23º | 0.52% | 0.34% | - |
| HSV(B) | 309.23º | 0.68% | 0.52% | - |
| XYZ | 13.83 | 7.97 | 18.26 | - |
| YUV | 77.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 119 | 0 | 0.68 | 0.11 | 0.48 | 309.23 | 0.52 | 0.34 |
| Hex | 85 | 2A | 77 | 0 | 44 | B | 30 | 135 | 34 | 22 |
| Octal | 205 | 52 | 167 | 0 | 104 | 13 | 60 | 465 | 64 | 42 |
| Binary | 10000101 | 101010 | 1110111 | 0 | 1000100 | 1011 | 110000 | 100110101 | 110100 | 100010 |
Color Harmonies of #852A77
Complementary color
Monochromatic Colors of #852A77
Black with #852A77
Text Example
Text Example
White with #852A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A77; }
p { color: rgb(133,42,119); }
H1.HeaderClassName
{
color: #852A77;
}
.AnyTagClassName
{
color: #852A77;
}
</style>
background-color css
<style>
a { background-color: #852A77; }
a { background-color: rgb(133,42,119); }
div.DivClassName
{
background-color: #852A77;
}
.BgClassName
{
background-color: #852A77;
}
</style>
border-color css
<style>
span { border-color: #852A77; }
span { border-color: rgb(133,42,119); }
td.TdClassName
{
border-color: #852A77;
}
.TagClassName
{
border-color: #852A77;
}
</style>