Shades of Dark Purple #802073
Tints of Dark Purple #802073
RGB
CMYK
RGB Variations
Color information
#802073 (or 0x802073) is known color: Dark Purple. HEX triplet: 80, 20 and 73. RGB value is (128,32,115). Sum of RGB (Red+Green+Blue) = 128+32+115=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #802073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802073 is #7FDF8C. Grayscale: #454545. Windows color (decimal): -8380301 or 7544960. OLE color: 7544960.
HSL color Cylindrical-coordinate representation of color #802073: hue angle of 308.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802073 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 115 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.50 |
| HSL | 308.13º | 0.6% | 0.31% | - |
| HSV(B) | 308.13º | 0.75% | 0.5% | - |
| XYZ | 12.51 | 6.86 | 16.88 | - |
| YUV | 70.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 115 | 0 | 0.75 | 0.10 | 0.50 | 308.13 | 0.6 | 0.31 |
| Hex | 80 | 20 | 73 | 0 | 4B | A | 32 | 134 | 3C | 1F |
| Octal | 200 | 40 | 163 | 0 | 113 | 12 | 62 | 464 | 74 | 37 |
| Binary | 10000000 | 100000 | 1110011 | 0 | 1001011 | 1010 | 110010 | 100110100 | 111100 | 11111 |
Color Harmonies of #802073
Complementary color
Monochromatic Colors of #802073
Black with #802073
Text Example
Text Example
White with #802073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802073; }
p { color: rgb(128,32,115); }
H1.HeaderClassName
{
color: #802073;
}
.AnyTagClassName
{
color: #802073;
}
</style>
background-color css
<style>
a { background-color: #802073; }
a { background-color: rgb(128,32,115); }
div.DivClassName
{
background-color: #802073;
}
.BgClassName
{
background-color: #802073;
}
</style>
border-color css
<style>
span { border-color: #802073; }
span { border-color: rgb(128,32,115); }
td.TdClassName
{
border-color: #802073;
}
.TagClassName
{
border-color: #802073;
}
</style>