Shades of Purple #800484
Tints of Purple #800484
RGB
CMYK
RGB Variations
Color information
#800484 (or 0x800484) is known color: Purple. HEX triplet: 80, 04 and 84. RGB value is (128,4,132). Sum of RGB (Red+Green+Blue) = 128+4+132=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #800484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800484 is #7FFB7B. Grayscale: #373737. Windows color (decimal): -8387452 or 8651904. OLE color: 8651904.
HSL color Cylindrical-coordinate representation of color #800484: hue angle of 298.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800484 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 4 | 132 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.48 |
| HSL | 298.13º | 0.94% | 0.27% | - |
| HSV(B) | 298.13º | 0.97% | 0.52% | - |
| XYZ | 13.11 | 6.34 | 22.36 | - |
| YUV | 55.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 132 | 0.03 | 0.97 | 0 | 0.48 | 298.13 | 0.94 | 0.27 |
| Hex | 80 | 4 | 84 | 3 | 61 | 0 | 30 | 12A | 5E | 1B |
| Octal | 200 | 4 | 204 | 3 | 141 | 0 | 60 | 452 | 136 | 33 |
| Binary | 10000000 | 100 | 10000100 | 11 | 1100001 | 0 | 110000 | 100101010 | 1011110 | 11011 |
Color Harmonies of #800484
Complementary color
Monochromatic Colors of #800484
Black with #800484
Text Example
Text Example
White with #800484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800484; }
p { color: rgb(128,4,132); }
H1.HeaderClassName
{
color: #800484;
}
.AnyTagClassName
{
color: #800484;
}
</style>
background-color css
<style>
a { background-color: #800484; }
a { background-color: rgb(128,4,132); }
div.DivClassName
{
background-color: #800484;
}
.BgClassName
{
background-color: #800484;
}
</style>
border-color css
<style>
span { border-color: #800484; }
span { border-color: rgb(128,4,132); }
td.TdClassName
{
border-color: #800484;
}
.TagClassName
{
border-color: #800484;
}
</style>