Shades of Dark Purple #853872
Tints of Dark Purple #853872
RGB
CMYK
RGB Variations
Color information
#853872 (or 0x853872) is known color: Dark Purple. HEX triplet: 85, 38 and 72. RGB value is (133,56,114). Sum of RGB (Red+Green+Blue) = 133+56+114=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #853872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853872 is #7AC78D. Grayscale: #555555. Windows color (decimal): -8046478 or 7485573. OLE color: 7485573.
HSL color Cylindrical-coordinate representation of color #853872: hue angle of 314.81º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853872 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 114 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.48 |
| HSL | 314.81º | 0.41% | 0.37% | - |
| HSV(B) | 314.81º | 0.58% | 0.52% | - |
| XYZ | 14.12 | 9.03 | 16.92 | - |
| YUV | 85.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 114 | 0 | 0.58 | 0.14 | 0.48 | 314.81 | 0.41 | 0.37 |
| Hex | 85 | 38 | 72 | 0 | 3A | E | 30 | 13B | 29 | 25 |
| Octal | 205 | 70 | 162 | 0 | 72 | 16 | 60 | 473 | 51 | 45 |
| Binary | 10000101 | 111000 | 1110010 | 0 | 111010 | 1110 | 110000 | 100111011 | 101001 | 100101 |
Color Harmonies of #853872
Complementary color
Monochromatic Colors of #853872
Black with #853872
Text Example
Text Example
White with #853872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853872; }
p { color: rgb(133,56,114); }
H1.HeaderClassName
{
color: #853872;
}
.AnyTagClassName
{
color: #853872;
}
</style>
background-color css
<style>
a { background-color: #853872; }
a { background-color: rgb(133,56,114); }
div.DivClassName
{
background-color: #853872;
}
.BgClassName
{
background-color: #853872;
}
</style>
border-color css
<style>
span { border-color: #853872; }
span { border-color: rgb(133,56,114); }
td.TdClassName
{
border-color: #853872;
}
.TagClassName
{
border-color: #853872;
}
</style>