Shades of Dark Purple #852976
Tints of Dark Purple #852976
RGB
CMYK
RGB Variations
Color information
#852976 (or 0x852976) is known color: Dark Purple. HEX triplet: 85, 29 and 76. RGB value is (133,41,118). Sum of RGB (Red+Green+Blue) = 133+41+118=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #852976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852976 is #7AD689. Grayscale: #4D4D4D. Windows color (decimal): -8050314 or 7743877. OLE color: 7743877.
HSL color Cylindrical-coordinate representation of color #852976: hue angle of 309.78º 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 #852976 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 118 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.48 |
| HSL | 309.78º | 0.53% | 0.34% | - |
| HSV(B) | 309.78º | 0.69% | 0.52% | - |
| XYZ | 13.74 | 7.88 | 17.94 | - |
| YUV | 77.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 118 | 0 | 0.69 | 0.11 | 0.48 | 309.78 | 0.53 | 0.34 |
| Hex | 85 | 29 | 76 | 0 | 45 | B | 30 | 136 | 35 | 22 |
| Octal | 205 | 51 | 166 | 0 | 105 | 13 | 60 | 466 | 65 | 42 |
| Binary | 10000101 | 101001 | 1110110 | 0 | 1000101 | 1011 | 110000 | 100110110 | 110101 | 100010 |
Color Harmonies of #852976
Complementary color
Monochromatic Colors of #852976
Black with #852976
Text Example
Text Example
White with #852976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852976; }
p { color: rgb(133,41,118); }
H1.HeaderClassName
{
color: #852976;
}
.AnyTagClassName
{
color: #852976;
}
</style>
background-color css
<style>
a { background-color: #852976; }
a { background-color: rgb(133,41,118); }
div.DivClassName
{
background-color: #852976;
}
.BgClassName
{
background-color: #852976;
}
</style>
border-color css
<style>
span { border-color: #852976; }
span { border-color: rgb(133,41,118); }
td.TdClassName
{
border-color: #852976;
}
.TagClassName
{
border-color: #852976;
}
</style>