Shades of Purple #800279
Tints of Purple #800279
RGB
CMYK
RGB Variations
Color information
#800279 (or 0x800279) is known color: Purple. HEX triplet: 80, 02 and 79. RGB value is (128,2,121). Sum of RGB (Red+Green+Blue) = 128+2+121=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #800279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800279 is #7FFD86. Grayscale: #343434. Windows color (decimal): -8387975 or 7930496. OLE color: 7930496.
HSL color Cylindrical-coordinate representation of color #800279: hue angle of 303.33º 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 #800279 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 121 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.50 |
| HSL | 303.33º | 0.97% | 0.25% | - |
| HSV(B) | 303.33º | 0.98% | 0.5% | - |
| XYZ | 12.37 | 6.01 | 18.6 | - |
| YUV | 53.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 121 | 0 | 0.98 | 0.05 | 0.50 | 303.33 | 0.97 | 0.25 |
| Hex | 80 | 2 | 79 | 0 | 62 | 5 | 32 | 12F | 61 | 19 |
| Octal | 200 | 2 | 171 | 0 | 142 | 5 | 62 | 457 | 141 | 31 |
| Binary | 10000000 | 10 | 1111001 | 0 | 1100010 | 101 | 110010 | 100101111 | 1100001 | 11001 |
Color Harmonies of #800279
Complementary color
Monochromatic Colors of #800279
Black with #800279
Text Example
Text Example
White with #800279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800279; }
p { color: rgb(128,2,121); }
H1.HeaderClassName
{
color: #800279;
}
.AnyTagClassName
{
color: #800279;
}
</style>
background-color css
<style>
a { background-color: #800279; }
a { background-color: rgb(128,2,121); }
div.DivClassName
{
background-color: #800279;
}
.BgClassName
{
background-color: #800279;
}
</style>
border-color css
<style>
span { border-color: #800279; }
span { border-color: rgb(128,2,121); }
td.TdClassName
{
border-color: #800279;
}
.TagClassName
{
border-color: #800279;
}
</style>