Shades of Purple #801482
Tints of Purple #801482
RGB
CMYK
RGB Variations
Color information
#801482 (or 0x801482) is known color: Purple. HEX triplet: 80, 14 and 82. RGB value is (128,20,130). Sum of RGB (Red+Green+Blue) = 128+20+130=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #801482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801482 is #7FEB7D. Grayscale: #404040. Windows color (decimal): -8383358 or 8524928. OLE color: 8524928.
HSL color Cylindrical-coordinate representation of color #801482: hue angle of 298.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801482 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 20 | 130 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.49 |
| HSL | 298.91º | 0.73% | 0.29% | - |
| HSV(B) | 298.91º | 0.85% | 0.51% | - |
| XYZ | 13.18 | 6.7 | 21.72 | - |
| YUV | 64.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 130 | 0.02 | 0.85 | 0 | 0.49 | 298.91 | 0.73 | 0.29 |
| Hex | 80 | 14 | 82 | 2 | 55 | 0 | 31 | 12B | 49 | 1D |
| Octal | 200 | 24 | 202 | 2 | 125 | 0 | 61 | 453 | 111 | 35 |
| Binary | 10000000 | 10100 | 10000010 | 10 | 1010101 | 0 | 110001 | 100101011 | 1001001 | 11101 |
Color Harmonies of #801482
Complementary color
Monochromatic Colors of #801482
Black with #801482
Text Example
Text Example
White with #801482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801482; }
p { color: rgb(128,20,130); }
H1.HeaderClassName
{
color: #801482;
}
.AnyTagClassName
{
color: #801482;
}
</style>
background-color css
<style>
a { background-color: #801482; }
a { background-color: rgb(128,20,130); }
div.DivClassName
{
background-color: #801482;
}
.BgClassName
{
background-color: #801482;
}
</style>
border-color css
<style>
span { border-color: #801482; }
span { border-color: rgb(128,20,130); }
td.TdClassName
{
border-color: #801482;
}
.TagClassName
{
border-color: #801482;
}
</style>