Shades of Purple #800475
Tints of Purple #800475
RGB
CMYK
RGB Variations
Color information
#800475 (or 0x800475) is known color: Purple. HEX triplet: 80, 04 and 75. RGB value is (128,4,117). Sum of RGB (Red+Green+Blue) = 128+4+117=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #800475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800475 is #7FFB8A. Grayscale: #353535. Windows color (decimal): -8387467 or 7668864. OLE color: 7668864.
HSL color Cylindrical-coordinate representation of color #800475: hue angle of 305.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800475 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 117 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.50 |
| HSL | 305.32º | 0.94% | 0.26% | - |
| HSV(B) | 305.32º | 0.97% | 0.5% | - |
| XYZ | 12.16 | 5.96 | 17.34 | - |
| YUV | 53.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 117 | 0 | 0.97 | 0.09 | 0.50 | 305.32 | 0.94 | 0.26 |
| Hex | 80 | 4 | 75 | 0 | 61 | 9 | 32 | 131 | 5E | 1A |
| Octal | 200 | 4 | 165 | 0 | 141 | 11 | 62 | 461 | 136 | 32 |
| Binary | 10000000 | 100 | 1110101 | 0 | 1100001 | 1001 | 110010 | 100110001 | 1011110 | 11010 |
Color Harmonies of #800475
Complementary color
Monochromatic Colors of #800475
Black with #800475
Text Example
Text Example
White with #800475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800475; }
p { color: rgb(128,4,117); }
H1.HeaderClassName
{
color: #800475;
}
.AnyTagClassName
{
color: #800475;
}
</style>
background-color css
<style>
a { background-color: #800475; }
a { background-color: rgb(128,4,117); }
div.DivClassName
{
background-color: #800475;
}
.BgClassName
{
background-color: #800475;
}
</style>
border-color css
<style>
span { border-color: #800475; }
span { border-color: rgb(128,4,117); }
td.TdClassName
{
border-color: #800475;
}
.TagClassName
{
border-color: #800475;
}
</style>