Shades of Dark Purple #801A62
Tints of Dark Purple #801A62
RGB
CMYK
RGB Variations
Color information
#801A62 (or 0x801A62) is known color: Dark Purple. HEX triplet: 80, 1A and 62. RGB value is (128,26,98). Sum of RGB (Red+Green+Blue) = 128+26+98=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #801A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A62 is #7FE59D. Grayscale: #404040. Windows color (decimal): -8381854 or 6429312. OLE color: 6429312.
HSL color Cylindrical-coordinate representation of color #801A62: hue angle of 317.65º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A62 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 98 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.50 |
| HSL | 317.65º | 0.66% | 0.3% | - |
| HSV(B) | 317.65º | 0.8% | 0.5% | - |
| XYZ | 11.48 | 6.21 | 12.15 | - |
| YUV | 64.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 98 | 0 | 0.80 | 0.23 | 0.50 | 317.65 | 0.66 | 0.3 |
| Hex | 80 | 1A | 62 | 0 | 50 | 17 | 32 | 13E | 42 | 1E |
| Octal | 200 | 32 | 142 | 0 | 120 | 27 | 62 | 476 | 102 | 36 |
| Binary | 10000000 | 11010 | 1100010 | 0 | 1010000 | 10111 | 110010 | 100111110 | 1000010 | 11110 |
Color Harmonies of #801A62
Complementary color
Monochromatic Colors of #801A62
Black with #801A62
Text Example
Text Example
White with #801A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A62; }
p { color: rgb(128,26,98); }
H1.HeaderClassName
{
color: #801A62;
}
.AnyTagClassName
{
color: #801A62;
}
</style>
background-color css
<style>
a { background-color: #801A62; }
a { background-color: rgb(128,26,98); }
div.DivClassName
{
background-color: #801A62;
}
.BgClassName
{
background-color: #801A62;
}
</style>
border-color css
<style>
span { border-color: #801A62; }
span { border-color: rgb(128,26,98); }
td.TdClassName
{
border-color: #801A62;
}
.TagClassName
{
border-color: #801A62;
}
</style>