Shades of Dark Purple #852773
Tints of Dark Purple #852773
RGB
CMYK
RGB Variations
Color information
#852773 (or 0x852773) is known color: Dark Purple. HEX triplet: 85, 27 and 73. RGB value is (133,39,115). Sum of RGB (Red+Green+Blue) = 133+39+115=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852773 is #7AD88C. Grayscale: #4B4B4B. Windows color (decimal): -8050829 or 7546757. OLE color: 7546757.
HSL color Cylindrical-coordinate representation of color #852773: hue angle of 311.49º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852773 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 115 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.48 |
| HSL | 311.49º | 0.55% | 0.34% | - |
| HSV(B) | 311.49º | 0.71% | 0.52% | - |
| XYZ | 13.49 | 7.68 | 16.99 | - |
| YUV | 75.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 115 | 0 | 0.71 | 0.14 | 0.48 | 311.49 | 0.55 | 0.34 |
| Hex | 85 | 27 | 73 | 0 | 47 | E | 30 | 137 | 37 | 22 |
| Octal | 205 | 47 | 163 | 0 | 107 | 16 | 60 | 467 | 67 | 42 |
| Binary | 10000101 | 100111 | 1110011 | 0 | 1000111 | 1110 | 110000 | 100110111 | 110111 | 100010 |
Color Harmonies of #852773
Complementary color
Monochromatic Colors of #852773
Black with #852773
Text Example
Text Example
White with #852773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852773; }
p { color: rgb(133,39,115); }
H1.HeaderClassName
{
color: #852773;
}
.AnyTagClassName
{
color: #852773;
}
</style>
background-color css
<style>
a { background-color: #852773; }
a { background-color: rgb(133,39,115); }
div.DivClassName
{
background-color: #852773;
}
.BgClassName
{
background-color: #852773;
}
</style>
border-color css
<style>
span { border-color: #852773; }
span { border-color: rgb(133,39,115); }
td.TdClassName
{
border-color: #852773;
}
.TagClassName
{
border-color: #852773;
}
</style>