Shades of Dark Purple #801F7A
Tints of Dark Purple #801F7A
RGB
CMYK
RGB Variations
Color information
#801F7A (or 0x801F7A) is known color: Dark Purple. HEX triplet: 80, 1F and 7A. RGB value is (128,31,122). Sum of RGB (Red+Green+Blue) = 128+31+122=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #801F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801F7A is #7FE085. Grayscale: #464646. Windows color (decimal): -8380550 or 8003456. OLE color: 8003456.
HSL color Cylindrical-coordinate representation of color #801F7A: hue angle of 303.71º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F7A is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 122 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.50 |
| HSL | 303.71º | 0.61% | 0.31% | - |
| HSV(B) | 303.71º | 0.76% | 0.5% | - |
| XYZ | 12.9 | 6.97 | 19.08 | - |
| YUV | 70.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 122 | 0 | 0.76 | 0.05 | 0.50 | 303.71 | 0.61 | 0.31 |
| Hex | 80 | 1F | 7A | 0 | 4C | 5 | 32 | 130 | 3D | 1F |
| Octal | 200 | 37 | 172 | 0 | 114 | 5 | 62 | 460 | 75 | 37 |
| Binary | 10000000 | 11111 | 1111010 | 0 | 1001100 | 101 | 110010 | 100110000 | 111101 | 11111 |
Color Harmonies of #801F7A
Complementary color
Monochromatic Colors of #801F7A
Black with #801F7A
Text Example
Text Example
White with #801F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F7A; }
p { color: rgb(128,31,122); }
H1.HeaderClassName
{
color: #801F7A;
}
.AnyTagClassName
{
color: #801F7A;
}
</style>
background-color css
<style>
a { background-color: #801F7A; }
a { background-color: rgb(128,31,122); }
div.DivClassName
{
background-color: #801F7A;
}
.BgClassName
{
background-color: #801F7A;
}
</style>
border-color css
<style>
span { border-color: #801F7A; }
span { border-color: rgb(128,31,122); }
td.TdClassName
{
border-color: #801F7A;
}
.TagClassName
{
border-color: #801F7A;
}
</style>