Shades of Dark Purple #801E64
Tints of Dark Purple #801E64
RGB
CMYK
RGB Variations
Color information
#801E64 (or 0x801E64) is known color: Dark Purple. HEX triplet: 80, 1E and 64. RGB value is (128,30,100). Sum of RGB (Red+Green+Blue) = 128+30+100=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #801E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801E64 is #7FE19B. Grayscale: #434343. Windows color (decimal): -8380828 or 6561408. OLE color: 6561408.
HSL color Cylindrical-coordinate representation of color #801E64: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801E64 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 30 | 100 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.50 |
| HSL | 317.14º | 0.62% | 0.31% | - |
| HSV(B) | 317.14º | 0.77% | 0.5% | - |
| XYZ | 11.67 | 6.44 | 12.68 | - |
| YUV | 67.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 100 | 0 | 0.77 | 0.22 | 0.50 | 317.14 | 0.62 | 0.31 |
| Hex | 80 | 1E | 64 | 0 | 4D | 16 | 32 | 13D | 3E | 1F |
| Octal | 200 | 36 | 144 | 0 | 115 | 26 | 62 | 475 | 76 | 37 |
| Binary | 10000000 | 11110 | 1100100 | 0 | 1001101 | 10110 | 110010 | 100111101 | 111110 | 11111 |
Color Harmonies of #801E64
Complementary color
Monochromatic Colors of #801E64
Black with #801E64
Text Example
Text Example
White with #801E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801E64; }
p { color: rgb(128,30,100); }
H1.HeaderClassName
{
color: #801E64;
}
.AnyTagClassName
{
color: #801E64;
}
</style>
background-color css
<style>
a { background-color: #801E64; }
a { background-color: rgb(128,30,100); }
div.DivClassName
{
background-color: #801E64;
}
.BgClassName
{
background-color: #801E64;
}
</style>
border-color css
<style>
span { border-color: #801E64; }
span { border-color: rgb(128,30,100); }
td.TdClassName
{
border-color: #801E64;
}
.TagClassName
{
border-color: #801E64;
}
</style>