Shades of Purple #800082
Tints of Purple #800082
RGB
CMYK
RGB Variations
Color information
#800082 (or 0x800082) is known color: Purple. HEX triplet: 80, 00 and 82. RGB value is (128,0,130). Sum of RGB (Red+Green+Blue) = 128+0+130=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #800082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800082 is #7FFF7D. Grayscale: #343434. Windows color (decimal): -8388478 or 8519808. OLE color: 8519808.
HSL color Cylindrical-coordinate representation of color #800082: hue angle of 299.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800082 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 0 | 130 | - |
| CMYK | 0.02 | 1 | 0 | 0.49 |
| HSL | 299.08º | 1% | 0.25% | - |
| HSV(B) | 299.08º | 1% | 0.51% | - |
| XYZ | 12.93 | 6.2 | 21.63 | - |
| YUV | 53.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 130 | 0.02 | 1 | 0 | 0.49 | 299.08 | 1 | 0.25 |
| Hex | 80 | 0 | 82 | 2 | 64 | 0 | 31 | 12B | 64 | 19 |
| Octal | 200 | 0 | 202 | 2 | 144 | 0 | 61 | 453 | 144 | 31 |
| Binary | 10000000 | 0 | 10000010 | 10 | 1100100 | 0 | 110001 | 100101011 | 1100100 | 11001 |
Color Harmonies of #800082
Complementary color
Monochromatic Colors of #800082
Black with #800082
Text Example
Text Example
White with #800082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800082; }
p { color: rgb(128,0,130); }
H1.HeaderClassName
{
color: #800082;
}
.AnyTagClassName
{
color: #800082;
}
</style>
background-color css
<style>
a { background-color: #800082; }
a { background-color: rgb(128,0,130); }
div.DivClassName
{
background-color: #800082;
}
.BgClassName
{
background-color: #800082;
}
</style>
border-color css
<style>
span { border-color: #800082; }
span { border-color: rgb(128,0,130); }
td.TdClassName
{
border-color: #800082;
}
.TagClassName
{
border-color: #800082;
}
</style>