Shades of Dark Purple #852C70
Tints of Dark Purple #852C70
RGB
CMYK
RGB Variations
Color information
#852C70 (or 0x852C70) is known color: Dark Purple. HEX triplet: 85, 2C and 70. RGB value is (133,44,112). Sum of RGB (Red+Green+Blue) = 133+44+112=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C70 is #7AD38F. Grayscale: #4E4E4E. Windows color (decimal): -8049552 or 7351429. OLE color: 7351429.
HSL color Cylindrical-coordinate representation of color #852C70: hue angle of 314.16º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C70 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 112 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.48 |
| HSL | 314.16º | 0.5% | 0.35% | - |
| HSV(B) | 314.16º | 0.67% | 0.52% | - |
| XYZ | 13.5 | 7.96 | 16.15 | - |
| YUV | 78.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 112 | 0 | 0.67 | 0.16 | 0.48 | 314.16 | 0.5 | 0.35 |
| Hex | 85 | 2C | 70 | 0 | 43 | 10 | 30 | 13A | 32 | 23 |
| Octal | 205 | 54 | 160 | 0 | 103 | 20 | 60 | 472 | 62 | 43 |
| Binary | 10000101 | 101100 | 1110000 | 0 | 1000011 | 10000 | 110000 | 100111010 | 110010 | 100011 |
Color Harmonies of #852C70
Complementary color
Monochromatic Colors of #852C70
Black with #852C70
Text Example
Text Example
White with #852C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C70; }
p { color: rgb(133,44,112); }
H1.HeaderClassName
{
color: #852C70;
}
.AnyTagClassName
{
color: #852C70;
}
</style>
background-color css
<style>
a { background-color: #852C70; }
a { background-color: rgb(133,44,112); }
div.DivClassName
{
background-color: #852C70;
}
.BgClassName
{
background-color: #852C70;
}
</style>
border-color css
<style>
span { border-color: #852C70; }
span { border-color: rgb(133,44,112); }
td.TdClassName
{
border-color: #852C70;
}
.TagClassName
{
border-color: #852C70;
}
</style>