Shades of Hot Purple #4E0853
Tints of Hot Purple #4E0853
RGB
CMYK
RGB Variations
Color information
#4E0853 (or 0x4E0853) is known color: Hot Purple. HEX triplet: 4E, 08 and 53. RGB value is (78,8,83). Sum of RGB (Red+Green+Blue) = 78+8+83=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E0853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0853 is #B1F7AC. Grayscale: #252525. Windows color (decimal): -11663277 or 5441614. OLE color: 5441614.
HSL color Cylindrical-coordinate representation of color #4E0853: hue angle of 296º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0853 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 8 | 83 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.67 |
| HSL | 296º | 0.82% | 0.18% | - |
| HSV(B) | 296º | 0.9% | 0.33% | - |
| XYZ | 4.79 | 2.42 | 8.4 | - |
| YUV | 37.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 83 | 0.06 | 0.90 | 0 | 0.67 | 296 | 0.82 | 0.18 |
| Hex | 4E | 8 | 53 | 6 | 5A | 0 | 43 | 128 | 52 | 12 |
| Octal | 116 | 10 | 123 | 6 | 132 | 0 | 103 | 450 | 122 | 22 |
| Binary | 1001110 | 1000 | 1010011 | 110 | 1011010 | 0 | 1000011 | 100101000 | 1010010 | 10010 |
Color Harmonies of #4E0853
Complementary color
Monochromatic Colors of #4E0853
Black with #4E0853
Text Example
Text Example
White with #4E0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0853; }
p { color: rgb(78,8,83); }
H1.HeaderClassName
{
color: #4E0853;
}
.AnyTagClassName
{
color: #4E0853;
}
</style>
background-color css
<style>
a { background-color: #4E0853; }
a { background-color: rgb(78,8,83); }
div.DivClassName
{
background-color: #4E0853;
}
.BgClassName
{
background-color: #4E0853;
}
</style>
border-color css
<style>
span { border-color: #4E0853; }
span { border-color: rgb(78,8,83); }
td.TdClassName
{
border-color: #4E0853;
}
.TagClassName
{
border-color: #4E0853;
}
</style>