Shades of Hot Purple #4E0951
Tints of Hot Purple #4E0951
RGB
CMYK
RGB Variations
Color information
#4E0951 (or 0x4E0951) is known color: Hot Purple. HEX triplet: 4E, 09 and 51. RGB value is (78,9,81). Sum of RGB (Red+Green+Blue) = 78+9+81=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0951 is #B1F6AE. Grayscale: #252525. Windows color (decimal): -11663023 or 5310798. OLE color: 5310798.
HSL color Cylindrical-coordinate representation of color #4E0951: hue angle of 297.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0951 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 9 | 81 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.68 |
| HSL | 297.5º | 0.8% | 0.18% | - |
| HSV(B) | 297.5º | 0.89% | 0.32% | - |
| XYZ | 4.72 | 2.41 | 8 | - |
| YUV | 37.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 81 | 0.04 | 0.89 | 0 | 0.68 | 297.5 | 0.8 | 0.18 |
| Hex | 4E | 9 | 51 | 4 | 59 | 0 | 44 | 12A | 50 | 12 |
| Octal | 116 | 11 | 121 | 4 | 131 | 0 | 104 | 452 | 120 | 22 |
| Binary | 1001110 | 1001 | 1010001 | 100 | 1011001 | 0 | 1000100 | 100101010 | 1010000 | 10010 |
Color Harmonies of #4E0951
Complementary color
Monochromatic Colors of #4E0951
Black with #4E0951
Text Example
Text Example
White with #4E0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0951; }
p { color: rgb(78,9,81); }
H1.HeaderClassName
{
color: #4E0951;
}
.AnyTagClassName
{
color: #4E0951;
}
</style>
background-color css
<style>
a { background-color: #4E0951; }
a { background-color: rgb(78,9,81); }
div.DivClassName
{
background-color: #4E0951;
}
.BgClassName
{
background-color: #4E0951;
}
</style>
border-color css
<style>
span { border-color: #4E0951; }
span { border-color: rgb(78,9,81); }
td.TdClassName
{
border-color: #4E0951;
}
.TagClassName
{
border-color: #4E0951;
}
</style>