Shades of Dark Purple #852373
Tints of Dark Purple #852373
RGB
CMYK
RGB Variations
Color information
#852373 (or 0x852373) is known color: Dark Purple. HEX triplet: 85, 23 and 73. RGB value is (133,35,115). Sum of RGB (Red+Green+Blue) = 133+35+115=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852373 is #7ADC8C. Grayscale: #494949. Windows color (decimal): -8051853 or 7545733. OLE color: 7545733.
HSL color Cylindrical-coordinate representation of color #852373: hue angle of 311.02º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852373 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 115 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.48 |
| HSL | 311.02º | 0.58% | 0.33% | - |
| HSV(B) | 311.02º | 0.74% | 0.52% | - |
| XYZ | 13.37 | 7.43 | 16.95 | - |
| YUV | 73.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 115 | 0 | 0.74 | 0.14 | 0.48 | 311.02 | 0.58 | 0.33 |
| Hex | 85 | 23 | 73 | 0 | 4A | E | 30 | 137 | 3A | 21 |
| Octal | 205 | 43 | 163 | 0 | 112 | 16 | 60 | 467 | 72 | 41 |
| Binary | 10000101 | 100011 | 1110011 | 0 | 1001010 | 1110 | 110000 | 100110111 | 111010 | 100001 |
Color Harmonies of #852373
Complementary color
Monochromatic Colors of #852373
Black with #852373
Text Example
Text Example
White with #852373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852373; }
p { color: rgb(133,35,115); }
H1.HeaderClassName
{
color: #852373;
}
.AnyTagClassName
{
color: #852373;
}
</style>
background-color css
<style>
a { background-color: #852373; }
a { background-color: rgb(133,35,115); }
div.DivClassName
{
background-color: #852373;
}
.BgClassName
{
background-color: #852373;
}
</style>
border-color css
<style>
span { border-color: #852373; }
span { border-color: rgb(133,35,115); }
td.TdClassName
{
border-color: #852373;
}
.TagClassName
{
border-color: #852373;
}
</style>