Shades of Hot Purple #4E0053
Tints of Hot Purple #4E0053
RGB
CMYK
RGB Variations
Color information
#4E0053 (or 0x4E0053) is known color: Hot Purple. HEX triplet: 4E, 00 and 53. RGB value is (78,0,83). Sum of RGB (Red+Green+Blue) = 78+0+83=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E0053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0053 is #B1FFAC. Grayscale: #202020. Windows color (decimal): -11665325 or 5439566. OLE color: 5439566.
HSL color Cylindrical-coordinate representation of color #4E0053: hue angle of 296.39º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0053 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 0 | 83 | - |
| CMYK | 0.06 | 1 | 0 | 0.67 |
| HSL | 296.39º | 1% | 0.16% | - |
| HSV(B) | 296.39º | 1% | 0.33% | - |
| XYZ | 4.7 | 2.24 | 8.37 | - |
| YUV | 32.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 83 | 0.06 | 1 | 0 | 0.67 | 296.39 | 1 | 0.16 |
| Hex | 4E | 0 | 53 | 6 | 64 | 0 | 43 | 128 | 64 | 10 |
| Octal | 116 | 0 | 123 | 6 | 144 | 0 | 103 | 450 | 144 | 20 |
| Binary | 1001110 | 0 | 1010011 | 110 | 1100100 | 0 | 1000011 | 100101000 | 1100100 | 10000 |
Color Harmonies of #4E0053
Complementary color
Monochromatic Colors of #4E0053
Black with #4E0053
Text Example
Text Example
White with #4E0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0053; }
p { color: rgb(78,0,83); }
H1.HeaderClassName
{
color: #4E0053;
}
.AnyTagClassName
{
color: #4E0053;
}
</style>
background-color css
<style>
a { background-color: #4E0053; }
a { background-color: rgb(78,0,83); }
div.DivClassName
{
background-color: #4E0053;
}
.BgClassName
{
background-color: #4E0053;
}
</style>
border-color css
<style>
span { border-color: #4E0053; }
span { border-color: rgb(78,0,83); }
td.TdClassName
{
border-color: #4E0053;
}
.TagClassName
{
border-color: #4E0053;
}
</style>