Shades of Dark Purple #852C71
Tints of Dark Purple #852C71
RGB
CMYK
RGB Variations
Color information
#852C71 (or 0x852C71) is known color: Dark Purple. HEX triplet: 85, 2C and 71. RGB value is (133,44,113). Sum of RGB (Red+Green+Blue) = 133+44+113=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C71 is #7AD38E. Grayscale: #4E4E4E. Windows color (decimal): -8049551 or 7416965. OLE color: 7416965.
HSL color Cylindrical-coordinate representation of color #852C71: hue angle of 313.48º 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 #852C71 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 113 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.48 |
| HSL | 313.48º | 0.5% | 0.35% | - |
| HSV(B) | 313.48º | 0.67% | 0.52% | - |
| XYZ | 13.55 | 7.98 | 16.45 | - |
| YUV | 78.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 113 | 0 | 0.67 | 0.15 | 0.48 | 313.48 | 0.5 | 0.35 |
| Hex | 85 | 2C | 71 | 0 | 43 | F | 30 | 139 | 32 | 23 |
| Octal | 205 | 54 | 161 | 0 | 103 | 17 | 60 | 471 | 62 | 43 |
| Binary | 10000101 | 101100 | 1110001 | 0 | 1000011 | 1111 | 110000 | 100111001 | 110010 | 100011 |
Color Harmonies of #852C71
Complementary color
Monochromatic Colors of #852C71
Black with #852C71
Text Example
Text Example
White with #852C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C71; }
p { color: rgb(133,44,113); }
H1.HeaderClassName
{
color: #852C71;
}
.AnyTagClassName
{
color: #852C71;
}
</style>
background-color css
<style>
a { background-color: #852C71; }
a { background-color: rgb(133,44,113); }
div.DivClassName
{
background-color: #852C71;
}
.BgClassName
{
background-color: #852C71;
}
</style>
border-color css
<style>
span { border-color: #852C71; }
span { border-color: rgb(133,44,113); }
td.TdClassName
{
border-color: #852C71;
}
.TagClassName
{
border-color: #852C71;
}
</style>