Shades of Dark Purple #853072
Tints of Dark Purple #853072
RGB
CMYK
RGB Variations
Color information
#853072 (or 0x853072) is known color: Dark Purple. HEX triplet: 85, 30 and 72. RGB value is (133,48,114). Sum of RGB (Red+Green+Blue) = 133+48+114=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #853072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853072 is #7ACF8D. Grayscale: #505050. Windows color (decimal): -8048526 or 7483525. OLE color: 7483525.
HSL color Cylindrical-coordinate representation of color #853072: hue angle of 313.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853072 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 114 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.48 |
| HSL | 313.41º | 0.47% | 0.35% | - |
| HSV(B) | 313.41º | 0.64% | 0.52% | - |
| XYZ | 13.77 | 8.32 | 16.8 | - |
| YUV | 80.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 114 | 0 | 0.64 | 0.14 | 0.48 | 313.41 | 0.47 | 0.35 |
| Hex | 85 | 30 | 72 | 0 | 40 | E | 30 | 139 | 2F | 23 |
| Octal | 205 | 60 | 162 | 0 | 100 | 16 | 60 | 471 | 57 | 43 |
| Binary | 10000101 | 110000 | 1110010 | 0 | 1000000 | 1110 | 110000 | 100111001 | 101111 | 100011 |
Color Harmonies of #853072
Complementary color
Monochromatic Colors of #853072
Black with #853072
Text Example
Text Example
White with #853072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853072; }
p { color: rgb(133,48,114); }
H1.HeaderClassName
{
color: #853072;
}
.AnyTagClassName
{
color: #853072;
}
</style>
background-color css
<style>
a { background-color: #853072; }
a { background-color: rgb(133,48,114); }
div.DivClassName
{
background-color: #853072;
}
.BgClassName
{
background-color: #853072;
}
</style>
border-color css
<style>
span { border-color: #853072; }
span { border-color: rgb(133,48,114); }
td.TdClassName
{
border-color: #853072;
}
.TagClassName
{
border-color: #853072;
}
</style>