Shades of Hot Purple #4E0F51
Tints of Hot Purple #4E0F51
RGB
CMYK
RGB Variations
Color information
#4E0F51 (or 0x4E0F51) is known color: Hot Purple. HEX triplet: 4E, 0F and 51. RGB value is (78,15,81). Sum of RGB (Red+Green+Blue) = 78+15+81=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F51 is #B1F0AE. Grayscale: #292929. Windows color (decimal): -11661487 or 5312334. OLE color: 5312334.
HSL color Cylindrical-coordinate representation of color #4E0F51: hue angle of 297.27º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F51 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 15 | 81 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.68 |
| HSL | 297.27º | 0.69% | 0.19% | - |
| HSV(B) | 297.27º | 0.81% | 0.32% | - |
| XYZ | 4.8 | 2.56 | 8.02 | - |
| YUV | 41.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 81 | 0.04 | 0.81 | 0 | 0.68 | 297.27 | 0.69 | 0.19 |
| Hex | 4E | F | 51 | 4 | 51 | 0 | 44 | 129 | 45 | 13 |
| Octal | 116 | 17 | 121 | 4 | 121 | 0 | 104 | 451 | 105 | 23 |
| Binary | 1001110 | 1111 | 1010001 | 100 | 1010001 | 0 | 1000100 | 100101001 | 1000101 | 10011 |
Color Harmonies of #4E0F51
Complementary color
Monochromatic Colors of #4E0F51
Black with #4E0F51
Text Example
Text Example
White with #4E0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F51; }
p { color: rgb(78,15,81); }
H1.HeaderClassName
{
color: #4E0F51;
}
.AnyTagClassName
{
color: #4E0F51;
}
</style>
background-color css
<style>
a { background-color: #4E0F51; }
a { background-color: rgb(78,15,81); }
div.DivClassName
{
background-color: #4E0F51;
}
.BgClassName
{
background-color: #4E0F51;
}
</style>
border-color css
<style>
span { border-color: #4E0F51; }
span { border-color: rgb(78,15,81); }
td.TdClassName
{
border-color: #4E0F51;
}
.TagClassName
{
border-color: #4E0F51;
}
</style>