Shades of Hot Purple #4E0054
Tints of Hot Purple #4E0054
RGB
CMYK
RGB Variations
Color information
#4E0054 (or 0x4E0054) is known color: Hot Purple. HEX triplet: 4E, 00 and 54. RGB value is (78,0,84). Sum of RGB (Red+Green+Blue) = 78+0+84=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0054 is #B1FFAB. Grayscale: #202020. Windows color (decimal): -11665324 or 5505102. OLE color: 5505102.
HSL color Cylindrical-coordinate representation of color #4E0054: hue angle of 295.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0054 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 0 | 84 | - |
| CMYK | 0.07 | 1 | 0 | 0.67 |
| HSL | 295.71º | 1% | 0.16% | - |
| HSV(B) | 295.71º | 1% | 0.33% | - |
| XYZ | 4.74 | 2.26 | 8.57 | - |
| YUV | 32.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 84 | 0.07 | 1 | 0 | 0.67 | 295.71 | 1 | 0.16 |
| Hex | 4E | 0 | 54 | 7 | 64 | 0 | 43 | 128 | 64 | 10 |
| Octal | 116 | 0 | 124 | 7 | 144 | 0 | 103 | 450 | 144 | 20 |
| Binary | 1001110 | 0 | 1010100 | 111 | 1100100 | 0 | 1000011 | 100101000 | 1100100 | 10000 |
Color Harmonies of #4E0054
Complementary color
Monochromatic Colors of #4E0054
Black with #4E0054
Text Example
Text Example
White with #4E0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0054; }
p { color: rgb(78,0,84); }
H1.HeaderClassName
{
color: #4E0054;
}
.AnyTagClassName
{
color: #4E0054;
}
</style>
background-color css
<style>
a { background-color: #4E0054; }
a { background-color: rgb(78,0,84); }
div.DivClassName
{
background-color: #4E0054;
}
.BgClassName
{
background-color: #4E0054;
}
</style>
border-color css
<style>
span { border-color: #4E0054; }
span { border-color: rgb(78,0,84); }
td.TdClassName
{
border-color: #4E0054;
}
.TagClassName
{
border-color: #4E0054;
}
</style>