Shades of Dark Purple #801E7B
Tints of Dark Purple #801E7B
RGB
CMYK
RGB Variations
Color information
#801E7B (or 0x801E7B) is known color: Dark Purple. HEX triplet: 80, 1E and 7B. RGB value is (128,30,123). Sum of RGB (Red+Green+Blue) = 128+30+123=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #801E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801E7B is #7FE184. Grayscale: #454545. Windows color (decimal): -8380805 or 8068736. OLE color: 8068736.
HSL color Cylindrical-coordinate representation of color #801E7B: hue angle of 303.06º 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 #801E7B is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 30 | 123 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.50 |
| HSL | 303.06º | 0.62% | 0.31% | - |
| HSV(B) | 303.06º | 0.77% | 0.5% | - |
| XYZ | 12.94 | 6.95 | 19.4 | - |
| YUV | 69.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 123 | 0 | 0.77 | 0.04 | 0.50 | 303.06 | 0.62 | 0.31 |
| Hex | 80 | 1E | 7B | 0 | 4D | 4 | 32 | 12F | 3E | 1F |
| Octal | 200 | 36 | 173 | 0 | 115 | 4 | 62 | 457 | 76 | 37 |
| Binary | 10000000 | 11110 | 1111011 | 0 | 1001101 | 100 | 110010 | 100101111 | 111110 | 11111 |
Color Harmonies of #801E7B
Complementary color
Monochromatic Colors of #801E7B
Black with #801E7B
Text Example
Text Example
White with #801E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801E7B; }
p { color: rgb(128,30,123); }
H1.HeaderClassName
{
color: #801E7B;
}
.AnyTagClassName
{
color: #801E7B;
}
</style>
background-color css
<style>
a { background-color: #801E7B; }
a { background-color: rgb(128,30,123); }
div.DivClassName
{
background-color: #801E7B;
}
.BgClassName
{
background-color: #801E7B;
}
</style>
border-color css
<style>
span { border-color: #801E7B; }
span { border-color: rgb(128,30,123); }
td.TdClassName
{
border-color: #801E7B;
}
.TagClassName
{
border-color: #801E7B;
}
</style>