Shades of Dark Purple #850D73
Tints of Dark Purple #850D73
RGB
CMYK
RGB Variations
Color information
#850D73 (or 0x850D73) is known color: Dark Purple. HEX triplet: 85, 0D and 73. RGB value is (133,13,115). Sum of RGB (Red+Green+Blue) = 133+13+115=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #850D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D73 is #7AF28C. Grayscale: #3C3C3C. Windows color (decimal): -8057485 or 7540101. OLE color: 7540101.
HSL color Cylindrical-coordinate representation of color #850D73: hue angle of 309º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D73 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 115 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.48 |
| HSL | 309º | 0.82% | 0.29% | - |
| HSV(B) | 309º | 0.9% | 0.52% | - |
| XYZ | 12.91 | 6.51 | 16.8 | - |
| YUV | 60.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 115 | 0 | 0.90 | 0.14 | 0.48 | 309 | 0.82 | 0.29 |
| Hex | 85 | D | 73 | 0 | 5A | E | 30 | 135 | 52 | 1D |
| Octal | 205 | 15 | 163 | 0 | 132 | 16 | 60 | 465 | 122 | 35 |
| Binary | 10000101 | 1101 | 1110011 | 0 | 1011010 | 1110 | 110000 | 100110101 | 1010010 | 11101 |
Color Harmonies of #850D73
Complementary color
Monochromatic Colors of #850D73
Black with #850D73
Text Example
Text Example
White with #850D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D73; }
p { color: rgb(133,13,115); }
H1.HeaderClassName
{
color: #850D73;
}
.AnyTagClassName
{
color: #850D73;
}
</style>
background-color css
<style>
a { background-color: #850D73; }
a { background-color: rgb(133,13,115); }
div.DivClassName
{
background-color: #850D73;
}
.BgClassName
{
background-color: #850D73;
}
</style>
border-color css
<style>
span { border-color: #850D73; }
span { border-color: rgb(133,13,115); }
td.TdClassName
{
border-color: #850D73;
}
.TagClassName
{
border-color: #850D73;
}
</style>