Shades of Hot Purple #4E0058
Tints of Hot Purple #4E0058
RGB
CMYK
RGB Variations
Color information
#4E0058 (or 0x4E0058) is known color: Hot Purple. HEX triplet: 4E, 00 and 58. RGB value is (78,0,88). Sum of RGB (Red+Green+Blue) = 78+0+88=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E0058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0058 is #B1FFA7. Grayscale: #212121. Windows color (decimal): -11665320 or 5767246. OLE color: 5767246.
HSL color Cylindrical-coordinate representation of color #4E0058: hue angle of 293.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0058 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 0 | 88 | - |
| CMYK | 0.11 | 1 | 0 | 0.65 |
| HSL | 293.18º | 1% | 0.17% | - |
| HSV(B) | 293.18º | 1% | 0.35% | - |
| XYZ | 4.9 | 2.32 | 9.42 | - |
| YUV | 33.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 88 | 0.11 | 1 | 0 | 0.65 | 293.18 | 1 | 0.17 |
| Hex | 4E | 0 | 58 | B | 64 | 0 | 41 | 125 | 64 | 11 |
| Octal | 116 | 0 | 130 | 13 | 144 | 0 | 101 | 445 | 144 | 21 |
| Binary | 1001110 | 0 | 1011000 | 1011 | 1100100 | 0 | 1000001 | 100100101 | 1100100 | 10001 |
Color Harmonies of #4E0058
Complementary color
Monochromatic Colors of #4E0058
Black with #4E0058
Text Example
Text Example
White with #4E0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0058; }
p { color: rgb(78,0,88); }
H1.HeaderClassName
{
color: #4E0058;
}
.AnyTagClassName
{
color: #4E0058;
}
</style>
background-color css
<style>
a { background-color: #4E0058; }
a { background-color: rgb(78,0,88); }
div.DivClassName
{
background-color: #4E0058;
}
.BgClassName
{
background-color: #4E0058;
}
</style>
border-color css
<style>
span { border-color: #4E0058; }
span { border-color: rgb(78,0,88); }
td.TdClassName
{
border-color: #4E0058;
}
.TagClassName
{
border-color: #4E0058;
}
</style>