Shades of Hot Purple #4E2058
Tints of Hot Purple #4E2058
RGB
CMYK
RGB Variations
Color information
#4E2058 (or 0x4E2058) is known color: Hot Purple. HEX triplet: 4E, 20 and 58. RGB value is (78,32,88). Sum of RGB (Red+Green+Blue) = 78+32+88=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E2058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2058 is #B1DFA7. Grayscale: #333333. Windows color (decimal): -11657128 or 5775438. OLE color: 5775438.
HSL color Cylindrical-coordinate representation of color #4E2058: hue angle of 289.29º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E2058 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 32 | 88 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.65 |
| HSL | 289.29º | 0.47% | 0.24% | - |
| HSV(B) | 289.29º | 0.64% | 0.35% | - |
| XYZ | 5.42 | 3.36 | 9.59 | - |
| YUV | 52.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 88 | 0.11 | 0.64 | 0 | 0.65 | 289.29 | 0.47 | 0.24 |
| Hex | 4E | 20 | 58 | B | 40 | 0 | 41 | 121 | 2F | 18 |
| Octal | 116 | 40 | 130 | 13 | 100 | 0 | 101 | 441 | 57 | 30 |
| Binary | 1001110 | 100000 | 1011000 | 1011 | 1000000 | 0 | 1000001 | 100100001 | 101111 | 11000 |
Color Harmonies of #4E2058
Complementary color
Monochromatic Colors of #4E2058
Black with #4E2058
Text Example
Text Example
White with #4E2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2058; }
p { color: rgb(78,32,88); }
H1.HeaderClassName
{
color: #4E2058;
}
.AnyTagClassName
{
color: #4E2058;
}
</style>
background-color css
<style>
a { background-color: #4E2058; }
a { background-color: rgb(78,32,88); }
div.DivClassName
{
background-color: #4E2058;
}
.BgClassName
{
background-color: #4E2058;
}
</style>
border-color css
<style>
span { border-color: #4E2058; }
span { border-color: rgb(78,32,88); }
td.TdClassName
{
border-color: #4E2058;
}
.TagClassName
{
border-color: #4E2058;
}
</style>