Shades of Hot Purple #4E1658
Tints of Hot Purple #4E1658
RGB
CMYK
RGB Variations
Color information
#4E1658 (or 0x4E1658) is known color: Hot Purple. HEX triplet: 4E, 16 and 58. RGB value is (78,22,88). Sum of RGB (Red+Green+Blue) = 78+22+88=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E1658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1658 is #B1E9A7. Grayscale: #2E2E2E. Windows color (decimal): -11659688 or 5772878. OLE color: 5772878.
HSL color Cylindrical-coordinate representation of color #4E1658: hue angle of 290.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1658 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 22 | 88 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.65 |
| HSL | 290.91º | 0.6% | 0.22% | - |
| HSV(B) | 290.91º | 0.75% | 0.35% | - |
| XYZ | 5.19 | 2.9 | 9.52 | - |
| YUV | 46.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 88 | 0.11 | 0.75 | 0 | 0.65 | 290.91 | 0.6 | 0.22 |
| Hex | 4E | 16 | 58 | B | 4B | 0 | 41 | 123 | 3C | 16 |
| Octal | 116 | 26 | 130 | 13 | 113 | 0 | 101 | 443 | 74 | 26 |
| Binary | 1001110 | 10110 | 1011000 | 1011 | 1001011 | 0 | 1000001 | 100100011 | 111100 | 10110 |
Color Harmonies of #4E1658
Complementary color
Monochromatic Colors of #4E1658
Black with #4E1658
Text Example
Text Example
White with #4E1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1658; }
p { color: rgb(78,22,88); }
H1.HeaderClassName
{
color: #4E1658;
}
.AnyTagClassName
{
color: #4E1658;
}
</style>
background-color css
<style>
a { background-color: #4E1658; }
a { background-color: rgb(78,22,88); }
div.DivClassName
{
background-color: #4E1658;
}
.BgClassName
{
background-color: #4E1658;
}
</style>
border-color css
<style>
span { border-color: #4E1658; }
span { border-color: rgb(78,22,88); }
td.TdClassName
{
border-color: #4E1658;
}
.TagClassName
{
border-color: #4E1658;
}
</style>