Shades of Dark Purple #852873
Tints of Dark Purple #852873
RGB
CMYK
RGB Variations
Color information
#852873 (or 0x852873) is known color: Dark Purple. HEX triplet: 85, 28 and 73. RGB value is (133,40,115). Sum of RGB (Red+Green+Blue) = 133+40+115=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852873 is #7AD78C. Grayscale: #4C4C4C. Windows color (decimal): -8050573 or 7547013. OLE color: 7547013.
HSL color Cylindrical-coordinate representation of color #852873: hue angle of 311.61º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852873 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 115 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.48 |
| HSL | 311.61º | 0.54% | 0.34% | - |
| HSV(B) | 311.61º | 0.7% | 0.52% | - |
| XYZ | 13.53 | 7.74 | 17 | - |
| YUV | 76.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 115 | 0 | 0.70 | 0.14 | 0.48 | 311.61 | 0.54 | 0.34 |
| Hex | 85 | 28 | 73 | 0 | 46 | E | 30 | 138 | 36 | 22 |
| Octal | 205 | 50 | 163 | 0 | 106 | 16 | 60 | 470 | 66 | 42 |
| Binary | 10000101 | 101000 | 1110011 | 0 | 1000110 | 1110 | 110000 | 100111000 | 110110 | 100010 |
Color Harmonies of #852873
Complementary color
Monochromatic Colors of #852873
Black with #852873
Text Example
Text Example
White with #852873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852873; }
p { color: rgb(133,40,115); }
H1.HeaderClassName
{
color: #852873;
}
.AnyTagClassName
{
color: #852873;
}
</style>
background-color css
<style>
a { background-color: #852873; }
a { background-color: rgb(133,40,115); }
div.DivClassName
{
background-color: #852873;
}
.BgClassName
{
background-color: #852873;
}
</style>
border-color css
<style>
span { border-color: #852873; }
span { border-color: rgb(133,40,115); }
td.TdClassName
{
border-color: #852873;
}
.TagClassName
{
border-color: #852873;
}
</style>