Shades of Dark Purple #801673
Tints of Dark Purple #801673
RGB
CMYK
RGB Variations
Color information
#801673 (or 0x801673) is known color: Dark Purple. HEX triplet: 80, 16 and 73. RGB value is (128,22,115). Sum of RGB (Red+Green+Blue) = 128+22+115=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #801673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801673 is #7FE98C. Grayscale: #404040. Windows color (decimal): -8382861 or 7542400. OLE color: 7542400.
HSL color Cylindrical-coordinate representation of color #801673: hue angle of 307.36º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801673 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 115 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.50 |
| HSL | 307.36º | 0.71% | 0.29% | - |
| HSV(B) | 307.36º | 0.83% | 0.5% | - |
| XYZ | 12.28 | 6.4 | 16.81 | - |
| YUV | 64.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 115 | 0 | 0.83 | 0.10 | 0.50 | 307.36 | 0.71 | 0.29 |
| Hex | 80 | 16 | 73 | 0 | 53 | A | 32 | 133 | 47 | 1D |
| Octal | 200 | 26 | 163 | 0 | 123 | 12 | 62 | 463 | 107 | 35 |
| Binary | 10000000 | 10110 | 1110011 | 0 | 1010011 | 1010 | 110010 | 100110011 | 1000111 | 11101 |
Color Harmonies of #801673
Complementary color
Monochromatic Colors of #801673
Black with #801673
Text Example
Text Example
White with #801673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801673; }
p { color: rgb(128,22,115); }
H1.HeaderClassName
{
color: #801673;
}
.AnyTagClassName
{
color: #801673;
}
</style>
background-color css
<style>
a { background-color: #801673; }
a { background-color: rgb(128,22,115); }
div.DivClassName
{
background-color: #801673;
}
.BgClassName
{
background-color: #801673;
}
</style>
border-color css
<style>
span { border-color: #801673; }
span { border-color: rgb(128,22,115); }
td.TdClassName
{
border-color: #801673;
}
.TagClassName
{
border-color: #801673;
}
</style>