Shades of Dark Purple #852570
Tints of Dark Purple #852570
RGB
CMYK
RGB Variations
Color information
#852570 (or 0x852570) is known color: Dark Purple. HEX triplet: 85, 25 and 70. RGB value is (133,37,112). Sum of RGB (Red+Green+Blue) = 133+37+112=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #852570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852570 is #7ADA8F. Grayscale: #4A4A4A. Windows color (decimal): -8051344 or 7349637. OLE color: 7349637.
HSL color Cylindrical-coordinate representation of color #852570: hue angle of 313.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852570 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 112 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.48 |
| HSL | 313.13º | 0.56% | 0.33% | - |
| HSV(B) | 313.13º | 0.72% | 0.52% | - |
| XYZ | 13.26 | 7.48 | 16.07 | - |
| YUV | 74.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 112 | 0 | 0.72 | 0.16 | 0.48 | 313.13 | 0.56 | 0.33 |
| Hex | 85 | 25 | 70 | 0 | 48 | 10 | 30 | 139 | 38 | 21 |
| Octal | 205 | 45 | 160 | 0 | 110 | 20 | 60 | 471 | 70 | 41 |
| Binary | 10000101 | 100101 | 1110000 | 0 | 1001000 | 10000 | 110000 | 100111001 | 111000 | 100001 |
Color Harmonies of #852570
Complementary color
Monochromatic Colors of #852570
Black with #852570
Text Example
Text Example
White with #852570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852570; }
p { color: rgb(133,37,112); }
H1.HeaderClassName
{
color: #852570;
}
.AnyTagClassName
{
color: #852570;
}
</style>
background-color css
<style>
a { background-color: #852570; }
a { background-color: rgb(133,37,112); }
div.DivClassName
{
background-color: #852570;
}
.BgClassName
{
background-color: #852570;
}
</style>
border-color css
<style>
span { border-color: #852570; }
span { border-color: rgb(133,37,112); }
td.TdClassName
{
border-color: #852570;
}
.TagClassName
{
border-color: #852570;
}
</style>