Shades of Dark Purple #853C70
Tints of Dark Purple #853C70
RGB
CMYK
RGB Variations
Color information
#853C70 (or 0x853C70) is known color: Dark Purple. HEX triplet: 85, 3C and 70. RGB value is (133,60,112). Sum of RGB (Red+Green+Blue) = 133+60+112=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C70 is #7AC38F. Grayscale: #575757. Windows color (decimal): -8045456 or 7355525. OLE color: 7355525.
HSL color Cylindrical-coordinate representation of color #853C70: hue angle of 317.26º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C70 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 112 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.48 |
| HSL | 317.26º | 0.38% | 0.38% | - |
| HSV(B) | 317.26º | 0.55% | 0.52% | - |
| XYZ | 14.21 | 9.39 | 16.39 | - |
| YUV | 87.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 112 | 0 | 0.55 | 0.16 | 0.48 | 317.26 | 0.38 | 0.38 |
| Hex | 85 | 3C | 70 | 0 | 37 | 10 | 30 | 13D | 26 | 26 |
| Octal | 205 | 74 | 160 | 0 | 67 | 20 | 60 | 475 | 46 | 46 |
| Binary | 10000101 | 111100 | 1110000 | 0 | 110111 | 10000 | 110000 | 100111101 | 100110 | 100110 |
Color Harmonies of #853C70
Complementary color
Monochromatic Colors of #853C70
Black with #853C70
Text Example
Text Example
White with #853C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C70; }
p { color: rgb(133,60,112); }
H1.HeaderClassName
{
color: #853C70;
}
.AnyTagClassName
{
color: #853C70;
}
</style>
background-color css
<style>
a { background-color: #853C70; }
a { background-color: rgb(133,60,112); }
div.DivClassName
{
background-color: #853C70;
}
.BgClassName
{
background-color: #853C70;
}
</style>
border-color css
<style>
span { border-color: #853C70; }
span { border-color: rgb(133,60,112); }
td.TdClassName
{
border-color: #853C70;
}
.TagClassName
{
border-color: #853C70;
}
</style>