Shades of Dark Purple #852A70
Tints of Dark Purple #852A70
RGB
CMYK
RGB Variations
Color information
#852A70 (or 0x852A70) is known color: Dark Purple. HEX triplet: 85, 2A and 70. RGB value is (133,42,112). Sum of RGB (Red+Green+Blue) = 133+42+112=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A70 is #7AD58F. Grayscale: #4D4D4D. Windows color (decimal): -8050064 or 7350917. OLE color: 7350917.
HSL color Cylindrical-coordinate representation of color #852A70: hue angle of 313.85º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A70 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 112 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.48 |
| HSL | 313.85º | 0.52% | 0.34% | - |
| HSV(B) | 313.85º | 0.68% | 0.52% | - |
| XYZ | 13.43 | 7.81 | 16.13 | - |
| YUV | 77.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 112 | 0 | 0.68 | 0.16 | 0.48 | 313.85 | 0.52 | 0.34 |
| Hex | 85 | 2A | 70 | 0 | 44 | 10 | 30 | 13A | 34 | 22 |
| Octal | 205 | 52 | 160 | 0 | 104 | 20 | 60 | 472 | 64 | 42 |
| Binary | 10000101 | 101010 | 1110000 | 0 | 1000100 | 10000 | 110000 | 100111010 | 110100 | 100010 |
Color Harmonies of #852A70
Complementary color
Monochromatic Colors of #852A70
Black with #852A70
Text Example
Text Example
White with #852A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A70; }
p { color: rgb(133,42,112); }
H1.HeaderClassName
{
color: #852A70;
}
.AnyTagClassName
{
color: #852A70;
}
</style>
background-color css
<style>
a { background-color: #852A70; }
a { background-color: rgb(133,42,112); }
div.DivClassName
{
background-color: #852A70;
}
.BgClassName
{
background-color: #852A70;
}
</style>
border-color css
<style>
span { border-color: #852A70; }
span { border-color: rgb(133,42,112); }
td.TdClassName
{
border-color: #852A70;
}
.TagClassName
{
border-color: #852A70;
}
</style>