Shades of Dark Purple #852A73
Tints of Dark Purple #852A73
RGB
CMYK
RGB Variations
Color information
#852A73 (or 0x852A73) is known color: Dark Purple. HEX triplet: 85, 2A and 73. RGB value is (133,42,115). Sum of RGB (Red+Green+Blue) = 133+42+115=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A73 is #7AD58C. Grayscale: #4D4D4D. Windows color (decimal): -8050061 or 7547525. OLE color: 7547525.
HSL color Cylindrical-coordinate representation of color #852A73: hue angle of 311.87º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A73 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 115 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.48 |
| HSL | 311.87º | 0.52% | 0.34% | - |
| HSV(B) | 311.87º | 0.68% | 0.52% | - |
| XYZ | 13.6 | 7.88 | 17.02 | - |
| YUV | 77.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 115 | 0 | 0.68 | 0.14 | 0.48 | 311.87 | 0.52 | 0.34 |
| Hex | 85 | 2A | 73 | 0 | 44 | E | 30 | 138 | 34 | 22 |
| Octal | 205 | 52 | 163 | 0 | 104 | 16 | 60 | 470 | 64 | 42 |
| Binary | 10000101 | 101010 | 1110011 | 0 | 1000100 | 1110 | 110000 | 100111000 | 110100 | 100010 |
Color Harmonies of #852A73
Complementary color
Monochromatic Colors of #852A73
Black with #852A73
Text Example
Text Example
White with #852A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A73; }
p { color: rgb(133,42,115); }
H1.HeaderClassName
{
color: #852A73;
}
.AnyTagClassName
{
color: #852A73;
}
</style>
background-color css
<style>
a { background-color: #852A73; }
a { background-color: rgb(133,42,115); }
div.DivClassName
{
background-color: #852A73;
}
.BgClassName
{
background-color: #852A73;
}
</style>
border-color css
<style>
span { border-color: #852A73; }
span { border-color: rgb(133,42,115); }
td.TdClassName
{
border-color: #852A73;
}
.TagClassName
{
border-color: #852A73;
}
</style>