Shades of Purple #800271
Tints of Purple #800271
RGB
CMYK
RGB Variations
Color information
#800271 (or 0x800271) is known color: Purple. HEX triplet: 80, 02 and 71. RGB value is (128,2,113). Sum of RGB (Red+Green+Blue) = 128+2+113=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #800271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800271 is #7FFD8E. Grayscale: #343434. Windows color (decimal): -8387983 or 7406208. OLE color: 7406208.
HSL color Cylindrical-coordinate representation of color #800271: hue angle of 307.14º 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 #800271 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 113 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.50 |
| HSL | 307.14º | 0.97% | 0.25% | - |
| HSV(B) | 307.14º | 0.98% | 0.5% | - |
| XYZ | 11.9 | 5.82 | 16.12 | - |
| YUV | 52.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 113 | 0 | 0.98 | 0.12 | 0.50 | 307.14 | 0.97 | 0.25 |
| Hex | 80 | 2 | 71 | 0 | 62 | C | 32 | 133 | 61 | 19 |
| Octal | 200 | 2 | 161 | 0 | 142 | 14 | 62 | 463 | 141 | 31 |
| Binary | 10000000 | 10 | 1110001 | 0 | 1100010 | 1100 | 110010 | 100110011 | 1100001 | 11001 |
Color Harmonies of #800271
Complementary color
Monochromatic Colors of #800271
Black with #800271
Text Example
Text Example
White with #800271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800271; }
p { color: rgb(128,2,113); }
H1.HeaderClassName
{
color: #800271;
}
.AnyTagClassName
{
color: #800271;
}
</style>
background-color css
<style>
a { background-color: #800271; }
a { background-color: rgb(128,2,113); }
div.DivClassName
{
background-color: #800271;
}
.BgClassName
{
background-color: #800271;
}
</style>
border-color css
<style>
span { border-color: #800271; }
span { border-color: rgb(128,2,113); }
td.TdClassName
{
border-color: #800271;
}
.TagClassName
{
border-color: #800271;
}
</style>