Shades of Dark Purple #853773
Tints of Dark Purple #853773
RGB
CMYK
RGB Variations
Color information
#853773 (or 0x853773) is known color: Dark Purple. HEX triplet: 85, 37 and 73. RGB value is (133,55,115). Sum of RGB (Red+Green+Blue) = 133+55+115=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #853773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853773 is #7AC88C. Grayscale: #555555. Windows color (decimal): -8046733 or 7550853. OLE color: 7550853.
HSL color Cylindrical-coordinate representation of color #853773: hue angle of 313.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853773 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 115 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.48 |
| HSL | 313.85º | 0.41% | 0.37% | - |
| HSV(B) | 313.85º | 0.59% | 0.52% | - |
| XYZ | 14.13 | 8.96 | 17.2 | - |
| YUV | 85.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 115 | 0 | 0.59 | 0.14 | 0.48 | 313.85 | 0.41 | 0.37 |
| Hex | 85 | 37 | 73 | 0 | 3B | E | 30 | 13A | 29 | 25 |
| Octal | 205 | 67 | 163 | 0 | 73 | 16 | 60 | 472 | 51 | 45 |
| Binary | 10000101 | 110111 | 1110011 | 0 | 111011 | 1110 | 110000 | 100111010 | 101001 | 100101 |
Color Harmonies of #853773
Complementary color
Monochromatic Colors of #853773
Black with #853773
Text Example
Text Example
White with #853773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853773; }
p { color: rgb(133,55,115); }
H1.HeaderClassName
{
color: #853773;
}
.AnyTagClassName
{
color: #853773;
}
</style>
background-color css
<style>
a { background-color: #853773; }
a { background-color: rgb(133,55,115); }
div.DivClassName
{
background-color: #853773;
}
.BgClassName
{
background-color: #853773;
}
</style>
border-color css
<style>
span { border-color: #853773; }
span { border-color: rgb(133,55,115); }
td.TdClassName
{
border-color: #853773;
}
.TagClassName
{
border-color: #853773;
}
</style>