Shades of Hot Purple #4E1054
Tints of Hot Purple #4E1054
RGB
CMYK
RGB Variations
Color information
#4E1054 (or 0x4E1054) is known color: Hot Purple. HEX triplet: 4E, 10 and 54. RGB value is (78,16,84). Sum of RGB (Red+Green+Blue) = 78+16+84=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E1054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1054 is #B1EFAB. Grayscale: #2A2A2A. Windows color (decimal): -11661228 or 5509198. OLE color: 5509198.
HSL color Cylindrical-coordinate representation of color #4E1054: hue angle of 294.71º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E1054 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 16 | 84 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.67 |
| HSL | 294.71º | 0.68% | 0.2% | - |
| HSV(B) | 294.71º | 0.81% | 0.33% | - |
| XYZ | 4.93 | 2.63 | 8.64 | - |
| YUV | 42.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 84 | 0.07 | 0.81 | 0 | 0.67 | 294.71 | 0.68 | 0.2 |
| Hex | 4E | 10 | 54 | 7 | 51 | 0 | 43 | 127 | 44 | 14 |
| Octal | 116 | 20 | 124 | 7 | 121 | 0 | 103 | 447 | 104 | 24 |
| Binary | 1001110 | 10000 | 1010100 | 111 | 1010001 | 0 | 1000011 | 100100111 | 1000100 | 10100 |
Color Harmonies of #4E1054
Complementary color
Monochromatic Colors of #4E1054
Black with #4E1054
Text Example
Text Example
White with #4E1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1054; }
p { color: rgb(78,16,84); }
H1.HeaderClassName
{
color: #4E1054;
}
.AnyTagClassName
{
color: #4E1054;
}
</style>
background-color css
<style>
a { background-color: #4E1054; }
a { background-color: rgb(78,16,84); }
div.DivClassName
{
background-color: #4E1054;
}
.BgClassName
{
background-color: #4E1054;
}
</style>
border-color css
<style>
span { border-color: #4E1054; }
span { border-color: rgb(78,16,84); }
td.TdClassName
{
border-color: #4E1054;
}
.TagClassName
{
border-color: #4E1054;
}
</style>