Shades of Dark Purple #852473
Tints of Dark Purple #852473
RGB
CMYK
RGB Variations
Color information
#852473 (or 0x852473) is known color: Dark Purple. HEX triplet: 85, 24 and 73. RGB value is (133,36,115). Sum of RGB (Red+Green+Blue) = 133+36+115=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852473 is #7ADB8C. Grayscale: #494949. Windows color (decimal): -8051597 or 7545989. OLE color: 7545989.
HSL color Cylindrical-coordinate representation of color #852473: hue angle of 311.13º 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 #852473 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 115 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.48 |
| HSL | 311.13º | 0.57% | 0.33% | - |
| HSV(B) | 311.13º | 0.73% | 0.52% | - |
| XYZ | 13.4 | 7.49 | 16.96 | - |
| YUV | 74.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 115 | 0 | 0.73 | 0.14 | 0.48 | 311.13 | 0.57 | 0.33 |
| Hex | 85 | 24 | 73 | 0 | 49 | E | 30 | 137 | 39 | 21 |
| Octal | 205 | 44 | 163 | 0 | 111 | 16 | 60 | 467 | 71 | 41 |
| Binary | 10000101 | 100100 | 1110011 | 0 | 1001001 | 1110 | 110000 | 100110111 | 111001 | 100001 |
Color Harmonies of #852473
Complementary color
Monochromatic Colors of #852473
Black with #852473
Text Example
Text Example
White with #852473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852473; }
p { color: rgb(133,36,115); }
H1.HeaderClassName
{
color: #852473;
}
.AnyTagClassName
{
color: #852473;
}
</style>
background-color css
<style>
a { background-color: #852473; }
a { background-color: rgb(133,36,115); }
div.DivClassName
{
background-color: #852473;
}
.BgClassName
{
background-color: #852473;
}
</style>
border-color css
<style>
span { border-color: #852473; }
span { border-color: rgb(133,36,115); }
td.TdClassName
{
border-color: #852473;
}
.TagClassName
{
border-color: #852473;
}
</style>