Shades of Hot Purple #4E0451
Tints of Hot Purple #4E0451
RGB
CMYK
RGB Variations
Color information
#4E0451 (or 0x4E0451) is known color: Hot Purple. HEX triplet: 4E, 04 and 51. RGB value is (78,4,81). Sum of RGB (Red+Green+Blue) = 78+4+81=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E0451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0451 is #B1FBAE. Grayscale: #222222. Windows color (decimal): -11664303 or 5309518. OLE color: 5309518.
HSL color Cylindrical-coordinate representation of color #4E0451: hue angle of 297.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0451 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 4 | 81 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.68 |
| HSL | 297.66º | 0.91% | 0.17% | - |
| HSV(B) | 297.66º | 0.95% | 0.32% | - |
| XYZ | 4.67 | 2.3 | 7.98 | - |
| YUV | 34.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 81 | 0.04 | 0.95 | 0 | 0.68 | 297.66 | 0.91 | 0.17 |
| Hex | 4E | 4 | 51 | 4 | 5F | 0 | 44 | 12A | 5B | 11 |
| Octal | 116 | 4 | 121 | 4 | 137 | 0 | 104 | 452 | 133 | 21 |
| Binary | 1001110 | 100 | 1010001 | 100 | 1011111 | 0 | 1000100 | 100101010 | 1011011 | 10001 |
Color Harmonies of #4E0451
Complementary color
Monochromatic Colors of #4E0451
Black with #4E0451
Text Example
Text Example
White with #4E0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0451; }
p { color: rgb(78,4,81); }
H1.HeaderClassName
{
color: #4E0451;
}
.AnyTagClassName
{
color: #4E0451;
}
</style>
background-color css
<style>
a { background-color: #4E0451; }
a { background-color: rgb(78,4,81); }
div.DivClassName
{
background-color: #4E0451;
}
.BgClassName
{
background-color: #4E0451;
}
</style>
border-color css
<style>
span { border-color: #4E0451; }
span { border-color: rgb(78,4,81); }
td.TdClassName
{
border-color: #4E0451;
}
.TagClassName
{
border-color: #4E0451;
}
</style>