Shades of Purple #800280
Tints of Purple #800280
RGB
CMYK
RGB Variations
Color information
#800280 (or 0x800280) is known color: Purple. HEX triplet: 80, 02 and 80. RGB value is (128,2,128). Sum of RGB (Red+Green+Blue) = 128+2+128=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #800280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800280 is #7FFD7F. Grayscale: #353535. Windows color (decimal): -8387968 or 8389248. OLE color: 8389248.
HSL color Cylindrical-coordinate representation of color #800280: hue angle of 300º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800280 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 128 | - |
| CMYK | 0 | 0.98 | 0 | 0.50 |
| HSL | 300º | 0.97% | 0.25% | - |
| HSV(B) | 300º | 0.98% | 0.5% | - |
| XYZ | 12.82 | 6.19 | 20.94 | - |
| YUV | 54.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 128 | 0 | 0.98 | 0 | 0.50 | 300 | 0.97 | 0.25 |
| Hex | 80 | 2 | 80 | 0 | 62 | 0 | 32 | 12C | 61 | 19 |
| Octal | 200 | 2 | 200 | 0 | 142 | 0 | 62 | 454 | 141 | 31 |
| Binary | 10000000 | 10 | 10000000 | 0 | 1100010 | 0 | 110010 | 100101100 | 1100001 | 11001 |
Color Harmonies of #800280
Complementary color
Monochromatic Colors of #800280
Black with #800280
Text Example
Text Example
White with #800280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800280; }
p { color: rgb(128,2,128); }
H1.HeaderClassName
{
color: #800280;
}
.AnyTagClassName
{
color: #800280;
}
</style>
background-color css
<style>
a { background-color: #800280; }
a { background-color: rgb(128,2,128); }
div.DivClassName
{
background-color: #800280;
}
.BgClassName
{
background-color: #800280;
}
</style>
border-color css
<style>
span { border-color: #800280; }
span { border-color: rgb(128,2,128); }
td.TdClassName
{
border-color: #800280;
}
.TagClassName
{
border-color: #800280;
}
</style>