Shades of Hot Purple #4E0158
Tints of Hot Purple #4E0158
RGB
CMYK
RGB Variations
Color information
#4E0158 (or 0x4E0158) is known color: Hot Purple. HEX triplet: 4E, 01 and 58. RGB value is (78,1,88). Sum of RGB (Red+Green+Blue) = 78+1+88=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0158 is #B1FEA7. Grayscale: #212121. Windows color (decimal): -11665064 or 5767502. OLE color: 5767502.
HSL color Cylindrical-coordinate representation of color #4E0158: hue angle of 293.1º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0158 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 1 | 88 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.65 |
| HSL | 293.1º | 0.98% | 0.17% | - |
| HSV(B) | 293.1º | 0.99% | 0.35% | - |
| XYZ | 4.91 | 2.35 | 9.43 | - |
| YUV | 33.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 88 | 0.11 | 0.99 | 0 | 0.65 | 293.1 | 0.98 | 0.17 |
| Hex | 4E | 1 | 58 | B | 63 | 0 | 41 | 125 | 62 | 11 |
| Octal | 116 | 1 | 130 | 13 | 143 | 0 | 101 | 445 | 142 | 21 |
| Binary | 1001110 | 1 | 1011000 | 1011 | 1100011 | 0 | 1000001 | 100100101 | 1100010 | 10001 |
Color Harmonies of #4E0158
Complementary color
Monochromatic Colors of #4E0158
Black with #4E0158
Text Example
Text Example
White with #4E0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0158; }
p { color: rgb(78,1,88); }
H1.HeaderClassName
{
color: #4E0158;
}
.AnyTagClassName
{
color: #4E0158;
}
</style>
background-color css
<style>
a { background-color: #4E0158; }
a { background-color: rgb(78,1,88); }
div.DivClassName
{
background-color: #4E0158;
}
.BgClassName
{
background-color: #4E0158;
}
</style>
border-color css
<style>
span { border-color: #4E0158; }
span { border-color: rgb(78,1,88); }
td.TdClassName
{
border-color: #4E0158;
}
.TagClassName
{
border-color: #4E0158;
}
</style>