Shades of Purple #80028A
Tints of Purple #80028A
RGB
CMYK
RGB Variations
Color information
#80028A (or 0x80028A) is known color: Purple. HEX triplet: 80, 02 and 8A. RGB value is (128,2,138). Sum of RGB (Red+Green+Blue) = 128+2+138=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #80028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80028A is #7FFD75. Grayscale: #363636. Windows color (decimal): -8387958 or 9044608. OLE color: 9044608.
HSL color Cylindrical-coordinate representation of color #80028A: hue angle of 295.59º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80028A is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 2 | 138 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.46 |
| HSL | 295.59º | 0.97% | 0.27% | - |
| HSV(B) | 295.59º | 0.99% | 0.54% | - |
| XYZ | 13.51 | 6.47 | 24.58 | - |
| YUV | 55.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 138 | 0.07 | 0.99 | 0 | 0.46 | 295.59 | 0.97 | 0.27 |
| Hex | 80 | 2 | 8A | 7 | 63 | 0 | 2E | 128 | 61 | 1B |
| Octal | 200 | 2 | 212 | 7 | 143 | 0 | 56 | 450 | 141 | 33 |
| Binary | 10000000 | 10 | 10001010 | 111 | 1100011 | 0 | 101110 | 100101000 | 1100001 | 11011 |
Color Harmonies of #80028A
Complementary color
Monochromatic Colors of #80028A
Black with #80028A
Text Example
Text Example
White with #80028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80028A; }
p { color: rgb(128,2,138); }
H1.HeaderClassName
{
color: #80028A;
}
.AnyTagClassName
{
color: #80028A;
}
</style>
background-color css
<style>
a { background-color: #80028A; }
a { background-color: rgb(128,2,138); }
div.DivClassName
{
background-color: #80028A;
}
.BgClassName
{
background-color: #80028A;
}
</style>
border-color css
<style>
span { border-color: #80028A; }
span { border-color: rgb(128,2,138); }
td.TdClassName
{
border-color: #80028A;
}
.TagClassName
{
border-color: #80028A;
}
</style>