Shades of Dark Purple #852875
Tints of Dark Purple #852875
RGB
CMYK
RGB Variations
Color information
#852875 (or 0x852875) is known color: Dark Purple. HEX triplet: 85, 28 and 75. RGB value is (133,40,117). Sum of RGB (Red+Green+Blue) = 133+40+117=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852875 is #7AD78A. Grayscale: #4C4C4C. Windows color (decimal): -8050571 or 7678085. OLE color: 7678085.
HSL color Cylindrical-coordinate representation of color #852875: hue angle of 310.32º 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 #852875 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 117 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.48 |
| HSL | 310.32º | 0.54% | 0.34% | - |
| HSV(B) | 310.32º | 0.7% | 0.52% | - |
| XYZ | 13.64 | 7.79 | 17.61 | - |
| YUV | 76.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 117 | 0 | 0.70 | 0.12 | 0.48 | 310.32 | 0.54 | 0.34 |
| Hex | 85 | 28 | 75 | 0 | 46 | C | 30 | 136 | 36 | 22 |
| Octal | 205 | 50 | 165 | 0 | 106 | 14 | 60 | 466 | 66 | 42 |
| Binary | 10000101 | 101000 | 1110101 | 0 | 1000110 | 1100 | 110000 | 100110110 | 110110 | 100010 |
Color Harmonies of #852875
Complementary color
Monochromatic Colors of #852875
Black with #852875
Text Example
Text Example
White with #852875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852875; }
p { color: rgb(133,40,117); }
H1.HeaderClassName
{
color: #852875;
}
.AnyTagClassName
{
color: #852875;
}
</style>
background-color css
<style>
a { background-color: #852875; }
a { background-color: rgb(133,40,117); }
div.DivClassName
{
background-color: #852875;
}
.BgClassName
{
background-color: #852875;
}
</style>
border-color css
<style>
span { border-color: #852875; }
span { border-color: rgb(133,40,117); }
td.TdClassName
{
border-color: #852875;
}
.TagClassName
{
border-color: #852875;
}
</style>