Shades of Hot Purple #4E015A
Tints of Hot Purple #4E015A
RGB
CMYK
RGB Variations
Color information
#4E015A (or 0x4E015A) is known color: Hot Purple. HEX triplet: 4E, 01 and 5A. RGB value is (78,1,90). Sum of RGB (Red+Green+Blue) = 78+1+90=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E015A is #B1FEA5. Grayscale: #212121. Windows color (decimal): -11665062 or 5898574. OLE color: 5898574.
HSL color Cylindrical-coordinate representation of color #4E015A: hue angle of 291.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E015A is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 1 | 90 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.65 |
| HSL | 291.91º | 0.98% | 0.18% | - |
| HSV(B) | 291.91º | 0.99% | 0.35% | - |
| XYZ | 5 | 2.38 | 9.87 | - |
| YUV | 34.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 90 | 0.13 | 0.99 | 0 | 0.65 | 291.91 | 0.98 | 0.18 |
| Hex | 4E | 1 | 5A | D | 63 | 0 | 41 | 124 | 62 | 12 |
| Octal | 116 | 1 | 132 | 15 | 143 | 0 | 101 | 444 | 142 | 22 |
| Binary | 1001110 | 1 | 1011010 | 1101 | 1100011 | 0 | 1000001 | 100100100 | 1100010 | 10010 |
Color Harmonies of #4E015A
Complementary color
Monochromatic Colors of #4E015A
Black with #4E015A
Text Example
Text Example
White with #4E015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E015A; }
p { color: rgb(78,1,90); }
H1.HeaderClassName
{
color: #4E015A;
}
.AnyTagClassName
{
color: #4E015A;
}
</style>
background-color css
<style>
a { background-color: #4E015A; }
a { background-color: rgb(78,1,90); }
div.DivClassName
{
background-color: #4E015A;
}
.BgClassName
{
background-color: #4E015A;
}
</style>
border-color css
<style>
span { border-color: #4E015A; }
span { border-color: rgb(78,1,90); }
td.TdClassName
{
border-color: #4E015A;
}
.TagClassName
{
border-color: #4E015A;
}
</style>