Shades of Hot Purple #4E2153
Tints of Hot Purple #4E2153
RGB
CMYK
RGB Variations
Color information
#4E2153 (or 0x4E2153) is known color: Hot Purple. HEX triplet: 4E, 21 and 53. RGB value is (78,33,83). Sum of RGB (Red+Green+Blue) = 78+33+83=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E2153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2153 is #B1DEAC. Grayscale: #343434. Windows color (decimal): -11656877 or 5448014. OLE color: 5448014.
HSL color Cylindrical-coordinate representation of color #4E2153: hue angle of 294º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E2153 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 33 | 83 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.67 |
| HSL | 294º | 0.43% | 0.23% | - |
| HSV(B) | 294º | 0.6% | 0.33% | - |
| XYZ | 5.25 | 3.33 | 8.55 | - |
| YUV | 52.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 83 | 0.06 | 0.60 | 0 | 0.67 | 294 | 0.43 | 0.23 |
| Hex | 4E | 21 | 53 | 6 | 3C | 0 | 43 | 126 | 2B | 17 |
| Octal | 116 | 41 | 123 | 6 | 74 | 0 | 103 | 446 | 53 | 27 |
| Binary | 1001110 | 100001 | 1010011 | 110 | 111100 | 0 | 1000011 | 100100110 | 101011 | 10111 |
Color Harmonies of #4E2153
Complementary color
Monochromatic Colors of #4E2153
Black with #4E2153
Text Example
Text Example
White with #4E2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2153; }
p { color: rgb(78,33,83); }
H1.HeaderClassName
{
color: #4E2153;
}
.AnyTagClassName
{
color: #4E2153;
}
</style>
background-color css
<style>
a { background-color: #4E2153; }
a { background-color: rgb(78,33,83); }
div.DivClassName
{
background-color: #4E2153;
}
.BgClassName
{
background-color: #4E2153;
}
</style>
border-color css
<style>
span { border-color: #4E2153; }
span { border-color: rgb(78,33,83); }
td.TdClassName
{
border-color: #4E2153;
}
.TagClassName
{
border-color: #4E2153;
}
</style>