Shades of Purple #800281
Tints of Purple #800281
RGB
CMYK
RGB Variations
Color information
#800281 (or 0x800281) is known color: Purple. HEX triplet: 80, 02 and 81. RGB value is (128,2,129). Sum of RGB (Red+Green+Blue) = 128+2+129=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #800281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800281 is #7FFD7E. Grayscale: #353535. Windows color (decimal): -8387967 or 8454784. OLE color: 8454784.
HSL color Cylindrical-coordinate representation of color #800281: hue angle of 299.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800281 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 2 | 129 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.49 |
| HSL | 299.53º | 0.97% | 0.26% | - |
| HSV(B) | 299.53º | 0.98% | 0.51% | - |
| XYZ | 12.89 | 6.22 | 21.29 | - |
| YUV | 54.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 129 | 0.01 | 0.98 | 0 | 0.49 | 299.53 | 0.97 | 0.26 |
| Hex | 80 | 2 | 81 | 1 | 62 | 0 | 31 | 12C | 61 | 1A |
| Octal | 200 | 2 | 201 | 1 | 142 | 0 | 61 | 454 | 141 | 32 |
| Binary | 10000000 | 10 | 10000001 | 1 | 1100010 | 0 | 110001 | 100101100 | 1100001 | 11010 |
Color Harmonies of #800281
Complementary color
Monochromatic Colors of #800281
Black with #800281
Text Example
Text Example
White with #800281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800281; }
p { color: rgb(128,2,129); }
H1.HeaderClassName
{
color: #800281;
}
.AnyTagClassName
{
color: #800281;
}
</style>
background-color css
<style>
a { background-color: #800281; }
a { background-color: rgb(128,2,129); }
div.DivClassName
{
background-color: #800281;
}
.BgClassName
{
background-color: #800281;
}
</style>
border-color css
<style>
span { border-color: #800281; }
span { border-color: rgb(128,2,129); }
td.TdClassName
{
border-color: #800281;
}
.TagClassName
{
border-color: #800281;
}
</style>