Shades of Dark Purple #852173
Tints of Dark Purple #852173
RGB
CMYK
RGB Variations
Color information
#852173 (or 0x852173) is known color: Dark Purple. HEX triplet: 85, 21 and 73. RGB value is (133,33,115). Sum of RGB (Red+Green+Blue) = 133+33+115=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #852173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852173 is #7ADE8C. Grayscale: #484848. Windows color (decimal): -8052365 or 7545221. OLE color: 7545221.
HSL color Cylindrical-coordinate representation of color #852173: hue angle of 310.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852173 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 115 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.48 |
| HSL | 310.8º | 0.6% | 0.33% | - |
| HSV(B) | 310.8º | 0.75% | 0.52% | - |
| XYZ | 13.31 | 7.31 | 16.93 | - |
| YUV | 72.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 115 | 0 | 0.75 | 0.14 | 0.48 | 310.8 | 0.6 | 0.33 |
| Hex | 85 | 21 | 73 | 0 | 4B | E | 30 | 137 | 3C | 21 |
| Octal | 205 | 41 | 163 | 0 | 113 | 16 | 60 | 467 | 74 | 41 |
| Binary | 10000101 | 100001 | 1110011 | 0 | 1001011 | 1110 | 110000 | 100110111 | 111100 | 100001 |
Color Harmonies of #852173
Complementary color
Monochromatic Colors of #852173
Black with #852173
Text Example
Text Example
White with #852173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852173; }
p { color: rgb(133,33,115); }
H1.HeaderClassName
{
color: #852173;
}
.AnyTagClassName
{
color: #852173;
}
</style>
background-color css
<style>
a { background-color: #852173; }
a { background-color: rgb(133,33,115); }
div.DivClassName
{
background-color: #852173;
}
.BgClassName
{
background-color: #852173;
}
</style>
border-color css
<style>
span { border-color: #852173; }
span { border-color: rgb(133,33,115); }
td.TdClassName
{
border-color: #852173;
}
.TagClassName
{
border-color: #852173;
}
</style>