Shades of Dark Purple #853B70
Tints of Dark Purple #853B70
RGB
CMYK
RGB Variations
Color information
#853B70 (or 0x853B70) is known color: Dark Purple. HEX triplet: 85, 3B and 70. RGB value is (133,59,112). Sum of RGB (Red+Green+Blue) = 133+59+112=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B70 is #7AC48F. Grayscale: #575757. Windows color (decimal): -8045712 or 7355269. OLE color: 7355269.
HSL color Cylindrical-coordinate representation of color #853B70: hue angle of 317.03º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B70 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 112 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.48 |
| HSL | 317.03º | 0.39% | 0.38% | - |
| HSV(B) | 317.03º | 0.56% | 0.52% | - |
| XYZ | 14.16 | 9.28 | 16.37 | - |
| YUV | 87.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 112 | 0 | 0.56 | 0.16 | 0.48 | 317.03 | 0.39 | 0.38 |
| Hex | 85 | 3B | 70 | 0 | 38 | 10 | 30 | 13D | 27 | 26 |
| Octal | 205 | 73 | 160 | 0 | 70 | 20 | 60 | 475 | 47 | 46 |
| Binary | 10000101 | 111011 | 1110000 | 0 | 111000 | 10000 | 110000 | 100111101 | 100111 | 100110 |
Color Harmonies of #853B70
Complementary color
Monochromatic Colors of #853B70
Black with #853B70
Text Example
Text Example
White with #853B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B70; }
p { color: rgb(133,59,112); }
H1.HeaderClassName
{
color: #853B70;
}
.AnyTagClassName
{
color: #853B70;
}
</style>
background-color css
<style>
a { background-color: #853B70; }
a { background-color: rgb(133,59,112); }
div.DivClassName
{
background-color: #853B70;
}
.BgClassName
{
background-color: #853B70;
}
</style>
border-color css
<style>
span { border-color: #853B70; }
span { border-color: rgb(133,59,112); }
td.TdClassName
{
border-color: #853B70;
}
.TagClassName
{
border-color: #853B70;
}
</style>