Shades of Dark Purple #803973
Tints of Dark Purple #803973
RGB
CMYK
RGB Variations
Color information
#803973 (or 0x803973) is known color: Dark Purple. HEX triplet: 80, 39 and 73. RGB value is (128,57,115). Sum of RGB (Red+Green+Blue) = 128+57+115=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #803973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803973 is #7FC68C. Grayscale: #545454. Windows color (decimal): -8373901 or 7551360. OLE color: 7551360.
HSL color Cylindrical-coordinate representation of color #803973: hue angle of 310.99º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803973 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 115 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.50 |
| HSL | 310.99º | 0.38% | 0.36% | - |
| HSV(B) | 310.99º | 0.55% | 0.5% | - |
| XYZ | 13.46 | 8.75 | 17.2 | - |
| YUV | 84.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 115 | 0 | 0.55 | 0.10 | 0.50 | 310.99 | 0.38 | 0.36 |
| Hex | 80 | 39 | 73 | 0 | 37 | A | 32 | 137 | 26 | 24 |
| Octal | 200 | 71 | 163 | 0 | 67 | 12 | 62 | 467 | 46 | 44 |
| Binary | 10000000 | 111001 | 1110011 | 0 | 110111 | 1010 | 110010 | 100110111 | 100110 | 100100 |
Color Harmonies of #803973
Complementary color
Monochromatic Colors of #803973
Black with #803973
Text Example
Text Example
White with #803973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803973; }
p { color: rgb(128,57,115); }
H1.HeaderClassName
{
color: #803973;
}
.AnyTagClassName
{
color: #803973;
}
</style>
background-color css
<style>
a { background-color: #803973; }
a { background-color: rgb(128,57,115); }
div.DivClassName
{
background-color: #803973;
}
.BgClassName
{
background-color: #803973;
}
</style>
border-color css
<style>
span { border-color: #803973; }
span { border-color: rgb(128,57,115); }
td.TdClassName
{
border-color: #803973;
}
.TagClassName
{
border-color: #803973;
}
</style>