Shades of Hot Purple #4E0F58
Tints of Hot Purple #4E0F58
RGB
CMYK
RGB Variations
Color information
#4E0F58 (or 0x4E0F58) is known color: Hot Purple. HEX triplet: 4E, 0F and 58. RGB value is (78,15,88). Sum of RGB (Red+Green+Blue) = 78+15+88=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E0F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F58 is #B1F0A7. Grayscale: #292929. Windows color (decimal): -11661480 or 5771086. OLE color: 5771086.
HSL color Cylindrical-coordinate representation of color #4E0F58: hue angle of 291.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0F58 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 15 | 88 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.65 |
| HSL | 291.78º | 0.71% | 0.2% | - |
| HSV(B) | 291.78º | 0.83% | 0.35% | - |
| XYZ | 5.07 | 2.67 | 9.48 | - |
| YUV | 42.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 88 | 0.11 | 0.83 | 0 | 0.65 | 291.78 | 0.71 | 0.2 |
| Hex | 4E | F | 58 | B | 53 | 0 | 41 | 124 | 47 | 14 |
| Octal | 116 | 17 | 130 | 13 | 123 | 0 | 101 | 444 | 107 | 24 |
| Binary | 1001110 | 1111 | 1011000 | 1011 | 1010011 | 0 | 1000001 | 100100100 | 1000111 | 10100 |
Color Harmonies of #4E0F58
Complementary color
Monochromatic Colors of #4E0F58
Black with #4E0F58
Text Example
Text Example
White with #4E0F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F58; }
p { color: rgb(78,15,88); }
H1.HeaderClassName
{
color: #4E0F58;
}
.AnyTagClassName
{
color: #4E0F58;
}
</style>
background-color css
<style>
a { background-color: #4E0F58; }
a { background-color: rgb(78,15,88); }
div.DivClassName
{
background-color: #4E0F58;
}
.BgClassName
{
background-color: #4E0F58;
}
</style>
border-color css
<style>
span { border-color: #4E0F58; }
span { border-color: rgb(78,15,88); }
td.TdClassName
{
border-color: #4E0F58;
}
.TagClassName
{
border-color: #4E0F58;
}
</style>