Shades of Hot Purple #4E1659
Tints of Hot Purple #4E1659
RGB
CMYK
RGB Variations
Color information
#4E1659 (or 0x4E1659) is known color: Hot Purple. HEX triplet: 4E, 16 and 59. RGB value is (78,22,89). Sum of RGB (Red+Green+Blue) = 78+22+89=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1659 is #B1E9A6. Grayscale: #2E2E2E. Windows color (decimal): -11659687 or 5838414. OLE color: 5838414.
HSL color Cylindrical-coordinate representation of color #4E1659: hue angle of 290.15º 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 #4E1659 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 22 | 89 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.65 |
| HSL | 290.15º | 0.6% | 0.22% | - |
| HSV(B) | 290.15º | 0.75% | 0.35% | - |
| XYZ | 5.23 | 2.91 | 9.74 | - |
| YUV | 46.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 89 | 0.12 | 0.75 | 0 | 0.65 | 290.15 | 0.6 | 0.22 |
| Hex | 4E | 16 | 59 | C | 4B | 0 | 41 | 122 | 3C | 16 |
| Octal | 116 | 26 | 131 | 14 | 113 | 0 | 101 | 442 | 74 | 26 |
| Binary | 1001110 | 10110 | 1011001 | 1100 | 1001011 | 0 | 1000001 | 100100010 | 111100 | 10110 |
Color Harmonies of #4E1659
Complementary color
Monochromatic Colors of #4E1659
Black with #4E1659
Text Example
Text Example
White with #4E1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1659; }
p { color: rgb(78,22,89); }
H1.HeaderClassName
{
color: #4E1659;
}
.AnyTagClassName
{
color: #4E1659;
}
</style>
background-color css
<style>
a { background-color: #4E1659; }
a { background-color: rgb(78,22,89); }
div.DivClassName
{
background-color: #4E1659;
}
.BgClassName
{
background-color: #4E1659;
}
</style>
border-color css
<style>
span { border-color: #4E1659; }
span { border-color: rgb(78,22,89); }
td.TdClassName
{
border-color: #4E1659;
}
.TagClassName
{
border-color: #4E1659;
}
</style>