Shades of Hot Purple #4E025A
Tints of Hot Purple #4E025A
RGB
CMYK
RGB Variations
Color information
#4E025A (or 0x4E025A) is known color: Hot Purple. HEX triplet: 4E, 02 and 5A. RGB value is (78,2,90). Sum of RGB (Red+Green+Blue) = 78+2+90=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E025A is #B1FDA5. Grayscale: #222222. Windows color (decimal): -11664806 or 5898830. OLE color: 5898830.
HSL color Cylindrical-coordinate representation of color #4E025A: hue angle of 291.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E025A is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 2 | 90 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.65 |
| HSL | 291.82º | 0.96% | 0.18% | - |
| HSV(B) | 291.82º | 0.98% | 0.35% | - |
| XYZ | 5.01 | 2.4 | 9.87 | - |
| YUV | 34.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 90 | 0.13 | 0.98 | 0 | 0.65 | 291.82 | 0.96 | 0.18 |
| Hex | 4E | 2 | 5A | D | 62 | 0 | 41 | 124 | 60 | 12 |
| Octal | 116 | 2 | 132 | 15 | 142 | 0 | 101 | 444 | 140 | 22 |
| Binary | 1001110 | 10 | 1011010 | 1101 | 1100010 | 0 | 1000001 | 100100100 | 1100000 | 10010 |
Color Harmonies of #4E025A
Complementary color
Monochromatic Colors of #4E025A
Black with #4E025A
Text Example
Text Example
White with #4E025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E025A; }
p { color: rgb(78,2,90); }
H1.HeaderClassName
{
color: #4E025A;
}
.AnyTagClassName
{
color: #4E025A;
}
</style>
background-color css
<style>
a { background-color: #4E025A; }
a { background-color: rgb(78,2,90); }
div.DivClassName
{
background-color: #4E025A;
}
.BgClassName
{
background-color: #4E025A;
}
</style>
border-color css
<style>
span { border-color: #4E025A; }
span { border-color: rgb(78,2,90); }
td.TdClassName
{
border-color: #4E025A;
}
.TagClassName
{
border-color: #4E025A;
}
</style>