Shades of Dark Purple #852971
Tints of Dark Purple #852971
RGB
CMYK
RGB Variations
Color information
#852971 (or 0x852971) is known color: Dark Purple. HEX triplet: 85, 29 and 71. RGB value is (133,41,113). Sum of RGB (Red+Green+Blue) = 133+41+113=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852971 is #7AD68E. Grayscale: #4C4C4C. Windows color (decimal): -8050319 or 7416197. OLE color: 7416197.
HSL color Cylindrical-coordinate representation of color #852971: hue angle of 313.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852971 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 113 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.48 |
| HSL | 313.04º | 0.53% | 0.34% | - |
| HSV(B) | 313.04º | 0.69% | 0.52% | - |
| XYZ | 13.45 | 7.76 | 16.41 | - |
| YUV | 76.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 113 | 0 | 0.69 | 0.15 | 0.48 | 313.04 | 0.53 | 0.34 |
| Hex | 85 | 29 | 71 | 0 | 45 | F | 30 | 139 | 35 | 22 |
| Octal | 205 | 51 | 161 | 0 | 105 | 17 | 60 | 471 | 65 | 42 |
| Binary | 10000101 | 101001 | 1110001 | 0 | 1000101 | 1111 | 110000 | 100111001 | 110101 | 100010 |
Color Harmonies of #852971
Complementary color
Monochromatic Colors of #852971
Black with #852971
Text Example
Text Example
White with #852971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852971; }
p { color: rgb(133,41,113); }
H1.HeaderClassName
{
color: #852971;
}
.AnyTagClassName
{
color: #852971;
}
</style>
background-color css
<style>
a { background-color: #852971; }
a { background-color: rgb(133,41,113); }
div.DivClassName
{
background-color: #852971;
}
.BgClassName
{
background-color: #852971;
}
</style>
border-color css
<style>
span { border-color: #852971; }
span { border-color: rgb(133,41,113); }
td.TdClassName
{
border-color: #852971;
}
.TagClassName
{
border-color: #852971;
}
</style>