Shades of Hot Purple #4E115A
Tints of Hot Purple #4E115A
RGB
CMYK
RGB Variations
Color information
#4E115A (or 0x4E115A) is known color: Hot Purple. HEX triplet: 4E, 11 and 5A. RGB value is (78,17,90). Sum of RGB (Red+Green+Blue) = 78+17+90=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E115A is #B1EEA5. Grayscale: #2B2B2B. Windows color (decimal): -11660966 or 5902670. OLE color: 5902670.
HSL color Cylindrical-coordinate representation of color #4E115A: hue angle of 290.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E115A is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 17 | 90 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.65 |
| HSL | 290.14º | 0.68% | 0.21% | - |
| HSV(B) | 290.14º | 0.81% | 0.35% | - |
| XYZ | 5.19 | 2.76 | 9.93 | - |
| YUV | 43.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 90 | 0.13 | 0.81 | 0 | 0.65 | 290.14 | 0.68 | 0.21 |
| Hex | 4E | 11 | 5A | D | 51 | 0 | 41 | 122 | 44 | 15 |
| Octal | 116 | 21 | 132 | 15 | 121 | 0 | 101 | 442 | 104 | 25 |
| Binary | 1001110 | 10001 | 1011010 | 1101 | 1010001 | 0 | 1000001 | 100100010 | 1000100 | 10101 |
Color Harmonies of #4E115A
Complementary color
Monochromatic Colors of #4E115A
Black with #4E115A
Text Example
Text Example
White with #4E115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E115A; }
p { color: rgb(78,17,90); }
H1.HeaderClassName
{
color: #4E115A;
}
.AnyTagClassName
{
color: #4E115A;
}
</style>
background-color css
<style>
a { background-color: #4E115A; }
a { background-color: rgb(78,17,90); }
div.DivClassName
{
background-color: #4E115A;
}
.BgClassName
{
background-color: #4E115A;
}
</style>
border-color css
<style>
span { border-color: #4E115A; }
span { border-color: rgb(78,17,90); }
td.TdClassName
{
border-color: #4E115A;
}
.TagClassName
{
border-color: #4E115A;
}
</style>