Shades of Purple #800478
Tints of Purple #800478
RGB
CMYK
RGB Variations
Color information
#800478 (or 0x800478) is known color: Purple. HEX triplet: 80, 04 and 78. RGB value is (128,4,120). Sum of RGB (Red+Green+Blue) = 128+4+120=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #800478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800478 is #7FFB87. Grayscale: #353535. Windows color (decimal): -8387464 or 7865472. OLE color: 7865472.
HSL color Cylindrical-coordinate representation of color #800478: hue angle of 303.87º 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 #800478 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 120 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.50 |
| HSL | 303.87º | 0.94% | 0.26% | - |
| HSV(B) | 303.87º | 0.97% | 0.5% | - |
| XYZ | 12.34 | 6.03 | 18.28 | - |
| YUV | 54.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 120 | 0 | 0.97 | 0.06 | 0.50 | 303.87 | 0.94 | 0.26 |
| Hex | 80 | 4 | 78 | 0 | 61 | 6 | 32 | 130 | 5E | 1A |
| Octal | 200 | 4 | 170 | 0 | 141 | 6 | 62 | 460 | 136 | 32 |
| Binary | 10000000 | 100 | 1111000 | 0 | 1100001 | 110 | 110010 | 100110000 | 1011110 | 11010 |
Color Harmonies of #800478
Complementary color
Monochromatic Colors of #800478
Black with #800478
Text Example
Text Example
White with #800478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800478; }
p { color: rgb(128,4,120); }
H1.HeaderClassName
{
color: #800478;
}
.AnyTagClassName
{
color: #800478;
}
</style>
background-color css
<style>
a { background-color: #800478; }
a { background-color: rgb(128,4,120); }
div.DivClassName
{
background-color: #800478;
}
.BgClassName
{
background-color: #800478;
}
</style>
border-color css
<style>
span { border-color: #800478; }
span { border-color: rgb(128,4,120); }
td.TdClassName
{
border-color: #800478;
}
.TagClassName
{
border-color: #800478;
}
</style>