Shades of Hot Purple #4E0E53
Tints of Hot Purple #4E0E53
RGB
CMYK
RGB Variations
Color information
#4E0E53 (or 0x4E0E53) is known color: Hot Purple. HEX triplet: 4E, 0E and 53. RGB value is (78,14,83). Sum of RGB (Red+Green+Blue) = 78+14+83=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E0E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0E53 is #B1F1AC. Grayscale: #282828. Windows color (decimal): -11661741 or 5443150. OLE color: 5443150.
HSL color Cylindrical-coordinate representation of color #4E0E53: hue angle of 295.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0E53 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 14 | 83 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.67 |
| HSL | 295.65º | 0.71% | 0.19% | - |
| HSV(B) | 295.65º | 0.83% | 0.33% | - |
| XYZ | 4.86 | 2.56 | 8.42 | - |
| YUV | 41 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 83 | 0.06 | 0.83 | 0 | 0.67 | 295.65 | 0.71 | 0.19 |
| Hex | 4E | E | 53 | 6 | 53 | 0 | 43 | 128 | 47 | 13 |
| Octal | 116 | 16 | 123 | 6 | 123 | 0 | 103 | 450 | 107 | 23 |
| Binary | 1001110 | 1110 | 1010011 | 110 | 1010011 | 0 | 1000011 | 100101000 | 1000111 | 10011 |
Color Harmonies of #4E0E53
Complementary color
Monochromatic Colors of #4E0E53
Black with #4E0E53
Text Example
Text Example
White with #4E0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E53; }
p { color: rgb(78,14,83); }
H1.HeaderClassName
{
color: #4E0E53;
}
.AnyTagClassName
{
color: #4E0E53;
}
</style>
background-color css
<style>
a { background-color: #4E0E53; }
a { background-color: rgb(78,14,83); }
div.DivClassName
{
background-color: #4E0E53;
}
.BgClassName
{
background-color: #4E0E53;
}
</style>
border-color css
<style>
span { border-color: #4E0E53; }
span { border-color: rgb(78,14,83); }
td.TdClassName
{
border-color: #4E0E53;
}
.TagClassName
{
border-color: #4E0E53;
}
</style>