Shades of Purple #800785
Tints of Purple #800785
RGB
CMYK
RGB Variations
Color information
#800785 (or 0x800785) is known color: Purple. HEX triplet: 80, 07 and 85. RGB value is (128,7,133). Sum of RGB (Red+Green+Blue) = 128+7+133=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #800785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800785 is #7FF87A. Grayscale: #393939. Windows color (decimal): -8386683 or 8718208. OLE color: 8718208.
HSL color Cylindrical-coordinate representation of color #800785: hue angle of 297.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800785 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 7 | 133 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.48 |
| HSL | 297.62º | 0.9% | 0.27% | - |
| HSV(B) | 297.62º | 0.95% | 0.52% | - |
| XYZ | 13.21 | 6.43 | 22.74 | - |
| YUV | 57.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 133 | 0.04 | 0.95 | 0 | 0.48 | 297.62 | 0.9 | 0.27 |
| Hex | 80 | 7 | 85 | 4 | 5F | 0 | 30 | 12A | 5A | 1B |
| Octal | 200 | 7 | 205 | 4 | 137 | 0 | 60 | 452 | 132 | 33 |
| Binary | 10000000 | 111 | 10000101 | 100 | 1011111 | 0 | 110000 | 100101010 | 1011010 | 11011 |
Color Harmonies of #800785
Complementary color
Monochromatic Colors of #800785
Black with #800785
Text Example
Text Example
White with #800785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800785; }
p { color: rgb(128,7,133); }
H1.HeaderClassName
{
color: #800785;
}
.AnyTagClassName
{
color: #800785;
}
</style>
background-color css
<style>
a { background-color: #800785; }
a { background-color: rgb(128,7,133); }
div.DivClassName
{
background-color: #800785;
}
.BgClassName
{
background-color: #800785;
}
</style>
border-color css
<style>
span { border-color: #800785; }
span { border-color: rgb(128,7,133); }
td.TdClassName
{
border-color: #800785;
}
.TagClassName
{
border-color: #800785;
}
</style>