Shades of Dark Purple #852479
Tints of Dark Purple #852479
RGB
CMYK
RGB Variations
Color information
#852479 (or 0x852479) is known color: Dark Purple. HEX triplet: 85, 24 and 79. RGB value is (133,36,121). Sum of RGB (Red+Green+Blue) = 133+36+121=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852479 is #7ADB86. Grayscale: #4A4A4A. Windows color (decimal): -8051591 or 7939205. OLE color: 7939205.
HSL color Cylindrical-coordinate representation of color #852479: hue angle of 307.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852479 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 121 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.48 |
| HSL | 307.42º | 0.57% | 0.33% | - |
| HSV(B) | 307.42º | 0.73% | 0.52% | - |
| XYZ | 13.75 | 7.63 | 18.84 | - |
| YUV | 74.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 121 | 0 | 0.73 | 0.09 | 0.48 | 307.42 | 0.57 | 0.33 |
| Hex | 85 | 24 | 79 | 0 | 49 | 9 | 30 | 133 | 39 | 21 |
| Octal | 205 | 44 | 171 | 0 | 111 | 11 | 60 | 463 | 71 | 41 |
| Binary | 10000101 | 100100 | 1111001 | 0 | 1001001 | 1001 | 110000 | 100110011 | 111001 | 100001 |
Color Harmonies of #852479
Complementary color
Monochromatic Colors of #852479
Black with #852479
Text Example
Text Example
White with #852479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852479; }
p { color: rgb(133,36,121); }
H1.HeaderClassName
{
color: #852479;
}
.AnyTagClassName
{
color: #852479;
}
</style>
background-color css
<style>
a { background-color: #852479; }
a { background-color: rgb(133,36,121); }
div.DivClassName
{
background-color: #852479;
}
.BgClassName
{
background-color: #852479;
}
</style>
border-color css
<style>
span { border-color: #852479; }
span { border-color: rgb(133,36,121); }
td.TdClassName
{
border-color: #852479;
}
.TagClassName
{
border-color: #852479;
}
</style>