Shades of Purple #800781
Tints of Purple #800781
RGB
CMYK
RGB Variations
Color information
#800781 (or 0x800781) is known color: Purple. HEX triplet: 80, 07 and 81. RGB value is (128,7,129). Sum of RGB (Red+Green+Blue) = 128+7+129=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #800781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800781 is #7FF87E. Grayscale: #383838. Windows color (decimal): -8386687 or 8456064. OLE color: 8456064.
HSL color Cylindrical-coordinate representation of color #800781: hue angle of 299.51º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800781 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 7 | 129 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.49 |
| HSL | 299.51º | 0.9% | 0.27% | - |
| HSV(B) | 299.51º | 0.95% | 0.51% | - |
| XYZ | 12.94 | 6.33 | 21.31 | - |
| YUV | 57.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 129 | 0.01 | 0.95 | 0 | 0.49 | 299.51 | 0.9 | 0.27 |
| Hex | 80 | 7 | 81 | 1 | 5F | 0 | 31 | 12C | 5A | 1B |
| Octal | 200 | 7 | 201 | 1 | 137 | 0 | 61 | 454 | 132 | 33 |
| Binary | 10000000 | 111 | 10000001 | 1 | 1011111 | 0 | 110001 | 100101100 | 1011010 | 11011 |
Color Harmonies of #800781
Complementary color
Monochromatic Colors of #800781
Black with #800781
Text Example
Text Example
White with #800781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800781; }
p { color: rgb(128,7,129); }
H1.HeaderClassName
{
color: #800781;
}
.AnyTagClassName
{
color: #800781;
}
</style>
background-color css
<style>
a { background-color: #800781; }
a { background-color: rgb(128,7,129); }
div.DivClassName
{
background-color: #800781;
}
.BgClassName
{
background-color: #800781;
}
</style>
border-color css
<style>
span { border-color: #800781; }
span { border-color: rgb(128,7,129); }
td.TdClassName
{
border-color: #800781;
}
.TagClassName
{
border-color: #800781;
}
</style>