Shades of Hot Purple #4E2A52
Tints of Hot Purple #4E2A52
RGB
CMYK
RGB Variations
Color information
#4E2A52 (or 0x4E2A52) is known color: Hot Purple. HEX triplet: 4E, 2A and 52. RGB value is (78,42,82). Sum of RGB (Red+Green+Blue) = 78+42+82=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E2A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2A52 is #B1D5AD. Grayscale: #393939. Windows color (decimal): -11654574 or 5384782. OLE color: 5384782.
HSL color Cylindrical-coordinate representation of color #4E2A52: hue angle of 294º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2A52 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 42 | 82 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.68 |
| HSL | 294º | 0.32% | 0.24% | - |
| HSV(B) | 294º | 0.49% | 0.32% | - |
| XYZ | 5.49 | 3.88 | 8.44 | - |
| YUV | 57.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 82 | 0.05 | 0.49 | 0 | 0.68 | 294 | 0.32 | 0.24 |
| Hex | 4E | 2A | 52 | 5 | 31 | 0 | 44 | 126 | 20 | 18 |
| Octal | 116 | 52 | 122 | 5 | 61 | 0 | 104 | 446 | 40 | 30 |
| Binary | 1001110 | 101010 | 1010010 | 101 | 110001 | 0 | 1000100 | 100100110 | 100000 | 11000 |
Color Harmonies of #4E2A52
Complementary color
Monochromatic Colors of #4E2A52
Black with #4E2A52
Text Example
Text Example
White with #4E2A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A52; }
p { color: rgb(78,42,82); }
H1.HeaderClassName
{
color: #4E2A52;
}
.AnyTagClassName
{
color: #4E2A52;
}
</style>
background-color css
<style>
a { background-color: #4E2A52; }
a { background-color: rgb(78,42,82); }
div.DivClassName
{
background-color: #4E2A52;
}
.BgClassName
{
background-color: #4E2A52;
}
</style>
border-color css
<style>
span { border-color: #4E2A52; }
span { border-color: rgb(78,42,82); }
td.TdClassName
{
border-color: #4E2A52;
}
.TagClassName
{
border-color: #4E2A52;
}
</style>