Shades of Purple #800782
Tints of Purple #800782
RGB
CMYK
RGB Variations
Color information
#800782 (or 0x800782) is known color: Purple. HEX triplet: 80, 07 and 82. RGB value is (128,7,130). Sum of RGB (Red+Green+Blue) = 128+7+130=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #800782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800782 is #7FF87D. Grayscale: #383838. Windows color (decimal): -8386686 or 8521600. OLE color: 8521600.
HSL color Cylindrical-coordinate representation of color #800782: hue angle of 299.02º 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 #800782 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 7 | 130 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.49 |
| HSL | 299.02º | 0.9% | 0.27% | - |
| HSV(B) | 299.02º | 0.95% | 0.51% | - |
| XYZ | 13.01 | 6.35 | 21.66 | - |
| YUV | 57.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 130 | 0.02 | 0.95 | 0 | 0.49 | 299.02 | 0.9 | 0.27 |
| Hex | 80 | 7 | 82 | 2 | 5F | 0 | 31 | 12B | 5A | 1B |
| Octal | 200 | 7 | 202 | 2 | 137 | 0 | 61 | 453 | 132 | 33 |
| Binary | 10000000 | 111 | 10000010 | 10 | 1011111 | 0 | 110001 | 100101011 | 1011010 | 11011 |
Color Harmonies of #800782
Complementary color
Monochromatic Colors of #800782
Black with #800782
Text Example
Text Example
White with #800782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800782; }
p { color: rgb(128,7,130); }
H1.HeaderClassName
{
color: #800782;
}
.AnyTagClassName
{
color: #800782;
}
</style>
background-color css
<style>
a { background-color: #800782; }
a { background-color: rgb(128,7,130); }
div.DivClassName
{
background-color: #800782;
}
.BgClassName
{
background-color: #800782;
}
</style>
border-color css
<style>
span { border-color: #800782; }
span { border-color: rgb(128,7,130); }
td.TdClassName
{
border-color: #800782;
}
.TagClassName
{
border-color: #800782;
}
</style>