Shades of Dark Purple #853972
Tints of Dark Purple #853972
RGB
CMYK
RGB Variations
Color information
#853972 (or 0x853972) is known color: Dark Purple. HEX triplet: 85, 39 and 72. RGB value is (133,57,114). Sum of RGB (Red+Green+Blue) = 133+57+114=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853972 is #7AC68D. Grayscale: #565656. Windows color (decimal): -8046222 or 7485829. OLE color: 7485829.
HSL color Cylindrical-coordinate representation of color #853972: hue angle of 315º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853972 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 114 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.48 |
| HSL | 315º | 0.4% | 0.37% | - |
| HSV(B) | 315º | 0.57% | 0.52% | - |
| XYZ | 14.17 | 9.13 | 16.93 | - |
| YUV | 86.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 114 | 0 | 0.57 | 0.14 | 0.48 | 315 | 0.4 | 0.37 |
| Hex | 85 | 39 | 72 | 0 | 39 | E | 30 | 13B | 28 | 25 |
| Octal | 205 | 71 | 162 | 0 | 71 | 16 | 60 | 473 | 50 | 45 |
| Binary | 10000101 | 111001 | 1110010 | 0 | 111001 | 1110 | 110000 | 100111011 | 101000 | 100101 |
Color Harmonies of #853972
Complementary color
Monochromatic Colors of #853972
Black with #853972
Text Example
Text Example
White with #853972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853972; }
p { color: rgb(133,57,114); }
H1.HeaderClassName
{
color: #853972;
}
.AnyTagClassName
{
color: #853972;
}
</style>
background-color css
<style>
a { background-color: #853972; }
a { background-color: rgb(133,57,114); }
div.DivClassName
{
background-color: #853972;
}
.BgClassName
{
background-color: #853972;
}
</style>
border-color css
<style>
span { border-color: #853972; }
span { border-color: rgb(133,57,114); }
td.TdClassName
{
border-color: #853972;
}
.TagClassName
{
border-color: #853972;
}
</style>