Shades of Hot Purple #4E0055
Tints of Hot Purple #4E0055
RGB
CMYK
RGB Variations
Color information
#4E0055 (or 0x4E0055) is known color: Hot Purple. HEX triplet: 4E, 00 and 55. RGB value is (78,0,85). Sum of RGB (Red+Green+Blue) = 78+0+85=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E0055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0055 is #B1FFAA. Grayscale: #202020. Windows color (decimal): -11665323 or 5570638. OLE color: 5570638.
HSL color Cylindrical-coordinate representation of color #4E0055: hue angle of 295.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0055 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 0 | 85 | - |
| CMYK | 0.08 | 1 | 0 | 0.67 |
| HSL | 295.06º | 1% | 0.17% | - |
| HSV(B) | 295.06º | 1% | 0.33% | - |
| XYZ | 4.78 | 2.28 | 8.78 | - |
| YUV | 33.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 85 | 0.08 | 1 | 0 | 0.67 | 295.06 | 1 | 0.17 |
| Hex | 4E | 0 | 55 | 8 | 64 | 0 | 43 | 127 | 64 | 11 |
| Octal | 116 | 0 | 125 | 10 | 144 | 0 | 103 | 447 | 144 | 21 |
| Binary | 1001110 | 0 | 1010101 | 1000 | 1100100 | 0 | 1000011 | 100100111 | 1100100 | 10001 |
Color Harmonies of #4E0055
Complementary color
Monochromatic Colors of #4E0055
Black with #4E0055
Text Example
Text Example
White with #4E0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0055; }
p { color: rgb(78,0,85); }
H1.HeaderClassName
{
color: #4E0055;
}
.AnyTagClassName
{
color: #4E0055;
}
</style>
background-color css
<style>
a { background-color: #4E0055; }
a { background-color: rgb(78,0,85); }
div.DivClassName
{
background-color: #4E0055;
}
.BgClassName
{
background-color: #4E0055;
}
</style>
border-color css
<style>
span { border-color: #4E0055; }
span { border-color: rgb(78,0,85); }
td.TdClassName
{
border-color: #4E0055;
}
.TagClassName
{
border-color: #4E0055;
}
</style>