Shades of Purple #800581
Tints of Purple #800581
RGB
CMYK
RGB Variations
Color information
#800581 (or 0x800581) is known color: Purple. HEX triplet: 80, 05 and 81. RGB value is (128,5,129). Sum of RGB (Red+Green+Blue) = 128+5+129=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #800581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800581 is #7FFA7E. Grayscale: #373737. Windows color (decimal): -8387199 or 8455552. OLE color: 8455552.
HSL color Cylindrical-coordinate representation of color #800581: hue angle of 299.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800581 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 5 | 129 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.49 |
| HSL | 299.52º | 0.93% | 0.26% | - |
| HSV(B) | 299.52º | 0.96% | 0.51% | - |
| XYZ | 12.92 | 6.28 | 21.3 | - |
| YUV | 55.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 129 | 0.01 | 0.96 | 0 | 0.49 | 299.52 | 0.93 | 0.26 |
| Hex | 80 | 5 | 81 | 1 | 60 | 0 | 31 | 12C | 5D | 1A |
| Octal | 200 | 5 | 201 | 1 | 140 | 0 | 61 | 454 | 135 | 32 |
| Binary | 10000000 | 101 | 10000001 | 1 | 1100000 | 0 | 110001 | 100101100 | 1011101 | 11010 |
Color Harmonies of #800581
Complementary color
Monochromatic Colors of #800581
Black with #800581
Text Example
Text Example
White with #800581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800581; }
p { color: rgb(128,5,129); }
H1.HeaderClassName
{
color: #800581;
}
.AnyTagClassName
{
color: #800581;
}
</style>
background-color css
<style>
a { background-color: #800581; }
a { background-color: rgb(128,5,129); }
div.DivClassName
{
background-color: #800581;
}
.BgClassName
{
background-color: #800581;
}
</style>
border-color css
<style>
span { border-color: #800581; }
span { border-color: rgb(128,5,129); }
td.TdClassName
{
border-color: #800581;
}
.TagClassName
{
border-color: #800581;
}
</style>