Shades of Hot Purple #4E0859
Tints of Hot Purple #4E0859
RGB
CMYK
RGB Variations
Color information
#4E0859 (or 0x4E0859) is known color: Hot Purple. HEX triplet: 4E, 08 and 59. RGB value is (78,8,89). Sum of RGB (Red+Green+Blue) = 78+8+89=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E0859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0859 is #B1F7A6. Grayscale: #252525. Windows color (decimal): -11663271 or 5834830. OLE color: 5834830.
HSL color Cylindrical-coordinate representation of color #4E0859: hue angle of 291.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0859 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 8 | 89 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.65 |
| HSL | 291.85º | 0.84% | 0.19% | - |
| HSV(B) | 291.85º | 0.91% | 0.35% | - |
| XYZ | 5.03 | 2.51 | 9.67 | - |
| YUV | 38.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 89 | 0.12 | 0.91 | 0 | 0.65 | 291.85 | 0.84 | 0.19 |
| Hex | 4E | 8 | 59 | C | 5B | 0 | 41 | 124 | 54 | 13 |
| Octal | 116 | 10 | 131 | 14 | 133 | 0 | 101 | 444 | 124 | 23 |
| Binary | 1001110 | 1000 | 1011001 | 1100 | 1011011 | 0 | 1000001 | 100100100 | 1010100 | 10011 |
Color Harmonies of #4E0859
Complementary color
Monochromatic Colors of #4E0859
Black with #4E0859
Text Example
Text Example
White with #4E0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0859; }
p { color: rgb(78,8,89); }
H1.HeaderClassName
{
color: #4E0859;
}
.AnyTagClassName
{
color: #4E0859;
}
</style>
background-color css
<style>
a { background-color: #4E0859; }
a { background-color: rgb(78,8,89); }
div.DivClassName
{
background-color: #4E0859;
}
.BgClassName
{
background-color: #4E0859;
}
</style>
border-color css
<style>
span { border-color: #4E0859; }
span { border-color: rgb(78,8,89); }
td.TdClassName
{
border-color: #4E0859;
}
.TagClassName
{
border-color: #4E0859;
}
</style>