Shades of Purple #800474
Tints of Purple #800474
RGB
CMYK
RGB Variations
Color information
#800474 (or 0x800474) is known color: Purple. HEX triplet: 80, 04 and 74. RGB value is (128,4,116). Sum of RGB (Red+Green+Blue) = 128+4+116=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #800474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800474 is #7FFB8B. Grayscale: #353535. Windows color (decimal): -8387468 or 7603328. OLE color: 7603328.
HSL color Cylindrical-coordinate representation of color #800474: hue angle of 305.81º 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 #800474 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 116 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.50 |
| HSL | 305.81º | 0.94% | 0.26% | - |
| HSV(B) | 305.81º | 0.97% | 0.5% | - |
| XYZ | 12.1 | 5.94 | 17.03 | - |
| YUV | 53.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 116 | 0 | 0.97 | 0.09 | 0.50 | 305.81 | 0.94 | 0.26 |
| Hex | 80 | 4 | 74 | 0 | 61 | 9 | 32 | 132 | 5E | 1A |
| Octal | 200 | 4 | 164 | 0 | 141 | 11 | 62 | 462 | 136 | 32 |
| Binary | 10000000 | 100 | 1110100 | 0 | 1100001 | 1001 | 110010 | 100110010 | 1011110 | 11010 |
Color Harmonies of #800474
Complementary color
Monochromatic Colors of #800474
Black with #800474
Text Example
Text Example
White with #800474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800474; }
p { color: rgb(128,4,116); }
H1.HeaderClassName
{
color: #800474;
}
.AnyTagClassName
{
color: #800474;
}
</style>
background-color css
<style>
a { background-color: #800474; }
a { background-color: rgb(128,4,116); }
div.DivClassName
{
background-color: #800474;
}
.BgClassName
{
background-color: #800474;
}
</style>
border-color css
<style>
span { border-color: #800474; }
span { border-color: rgb(128,4,116); }
td.TdClassName
{
border-color: #800474;
}
.TagClassName
{
border-color: #800474;
}
</style>