Shades of Dark Purple #853672
Tints of Dark Purple #853672
RGB
CMYK
RGB Variations
Color information
#853672 (or 0x853672) is known color: Dark Purple. HEX triplet: 85, 36 and 72. RGB value is (133,54,114). Sum of RGB (Red+Green+Blue) = 133+54+114=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853672 is #7AC98D. Grayscale: #545454. Windows color (decimal): -8046990 or 7485061. OLE color: 7485061.
HSL color Cylindrical-coordinate representation of color #853672: hue angle of 314.43º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853672 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 114 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.48 |
| HSL | 314.43º | 0.42% | 0.37% | - |
| HSV(B) | 314.43º | 0.59% | 0.52% | - |
| XYZ | 14.03 | 8.84 | 16.89 | - |
| YUV | 84.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 114 | 0 | 0.59 | 0.14 | 0.48 | 314.43 | 0.42 | 0.37 |
| Hex | 85 | 36 | 72 | 0 | 3B | E | 30 | 13A | 2A | 25 |
| Octal | 205 | 66 | 162 | 0 | 73 | 16 | 60 | 472 | 52 | 45 |
| Binary | 10000101 | 110110 | 1110010 | 0 | 111011 | 1110 | 110000 | 100111010 | 101010 | 100101 |
Color Harmonies of #853672
Complementary color
Monochromatic Colors of #853672
Black with #853672
Text Example
Text Example
White with #853672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853672; }
p { color: rgb(133,54,114); }
H1.HeaderClassName
{
color: #853672;
}
.AnyTagClassName
{
color: #853672;
}
</style>
background-color css
<style>
a { background-color: #853672; }
a { background-color: rgb(133,54,114); }
div.DivClassName
{
background-color: #853672;
}
.BgClassName
{
background-color: #853672;
}
</style>
border-color css
<style>
span { border-color: #853672; }
span { border-color: rgb(133,54,114); }
td.TdClassName
{
border-color: #853672;
}
.TagClassName
{
border-color: #853672;
}
</style>