Shades of Dark Purple #803773
Tints of Dark Purple #803773
RGB
CMYK
RGB Variations
Color information
#803773 (or 0x803773) is known color: Dark Purple. HEX triplet: 80, 37 and 73. RGB value is (128,55,115). Sum of RGB (Red+Green+Blue) = 128+55+115=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803773 is #7FC88C. Grayscale: #535353. Windows color (decimal): -8374413 or 7550848. OLE color: 7550848.
HSL color Cylindrical-coordinate representation of color #803773: hue angle of 310.68º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803773 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 115 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.50 |
| HSL | 310.68º | 0.4% | 0.36% | - |
| HSV(B) | 310.68º | 0.57% | 0.5% | - |
| XYZ | 13.36 | 8.56 | 17.17 | - |
| YUV | 83.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 115 | 0 | 0.57 | 0.10 | 0.50 | 310.68 | 0.4 | 0.36 |
| Hex | 80 | 37 | 73 | 0 | 39 | A | 32 | 137 | 28 | 24 |
| Octal | 200 | 67 | 163 | 0 | 71 | 12 | 62 | 467 | 50 | 44 |
| Binary | 10000000 | 110111 | 1110011 | 0 | 111001 | 1010 | 110010 | 100110111 | 101000 | 100100 |
Color Harmonies of #803773
Complementary color
Monochromatic Colors of #803773
Black with #803773
Text Example
Text Example
White with #803773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803773; }
p { color: rgb(128,55,115); }
H1.HeaderClassName
{
color: #803773;
}
.AnyTagClassName
{
color: #803773;
}
</style>
background-color css
<style>
a { background-color: #803773; }
a { background-color: rgb(128,55,115); }
div.DivClassName
{
background-color: #803773;
}
.BgClassName
{
background-color: #803773;
}
</style>
border-color css
<style>
span { border-color: #803773; }
span { border-color: rgb(128,55,115); }
td.TdClassName
{
border-color: #803773;
}
.TagClassName
{
border-color: #803773;
}
</style>