Shades of Dark Purple #801773
Tints of Dark Purple #801773
RGB
CMYK
RGB Variations
Color information
#801773 (or 0x801773) is known color: Dark Purple. HEX triplet: 80, 17 and 73. RGB value is (128,23,115). Sum of RGB (Red+Green+Blue) = 128+23+115=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #801773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801773 is #7FE88C. Grayscale: #404040. Windows color (decimal): -8382605 or 7542656. OLE color: 7542656.
HSL color Cylindrical-coordinate representation of color #801773: hue angle of 307.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801773 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 115 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.50 |
| HSL | 307.43º | 0.7% | 0.3% | - |
| HSV(B) | 307.43º | 0.82% | 0.5% | - |
| XYZ | 12.3 | 6.44 | 16.81 | - |
| YUV | 64.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 115 | 0 | 0.82 | 0.10 | 0.50 | 307.43 | 0.7 | 0.3 |
| Hex | 80 | 17 | 73 | 0 | 52 | A | 32 | 133 | 46 | 1E |
| Octal | 200 | 27 | 163 | 0 | 122 | 12 | 62 | 463 | 106 | 36 |
| Binary | 10000000 | 10111 | 1110011 | 0 | 1010010 | 1010 | 110010 | 100110011 | 1000110 | 11110 |
Color Harmonies of #801773
Complementary color
Monochromatic Colors of #801773
Black with #801773
Text Example
Text Example
White with #801773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801773; }
p { color: rgb(128,23,115); }
H1.HeaderClassName
{
color: #801773;
}
.AnyTagClassName
{
color: #801773;
}
</style>
background-color css
<style>
a { background-color: #801773; }
a { background-color: rgb(128,23,115); }
div.DivClassName
{
background-color: #801773;
}
.BgClassName
{
background-color: #801773;
}
</style>
border-color css
<style>
span { border-color: #801773; }
span { border-color: rgb(128,23,115); }
td.TdClassName
{
border-color: #801773;
}
.TagClassName
{
border-color: #801773;
}
</style>