Shades of Hot Purple #4E1451
Tints of Hot Purple #4E1451
RGB
CMYK
RGB Variations
Color information
#4E1451 (or 0x4E1451) is known color: Hot Purple. HEX triplet: 4E, 14 and 51. RGB value is (78,20,81). Sum of RGB (Red+Green+Blue) = 78+20+81=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E1451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1451 is #B1EBAE. Grayscale: #2C2C2C. Windows color (decimal): -11660207 or 5313614. OLE color: 5313614.
HSL color Cylindrical-coordinate representation of color #4E1451: hue angle of 297.05º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1451 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 20 | 81 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.68 |
| HSL | 297.05º | 0.6% | 0.2% | - |
| HSV(B) | 297.05º | 0.75% | 0.32% | - |
| XYZ | 4.88 | 2.71 | 8.05 | - |
| YUV | 44.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 81 | 0.04 | 0.75 | 0 | 0.68 | 297.05 | 0.6 | 0.2 |
| Hex | 4E | 14 | 51 | 4 | 4B | 0 | 44 | 129 | 3C | 14 |
| Octal | 116 | 24 | 121 | 4 | 113 | 0 | 104 | 451 | 74 | 24 |
| Binary | 1001110 | 10100 | 1010001 | 100 | 1001011 | 0 | 1000100 | 100101001 | 111100 | 10100 |
Color Harmonies of #4E1451
Complementary color
Monochromatic Colors of #4E1451
Black with #4E1451
Text Example
Text Example
White with #4E1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1451; }
p { color: rgb(78,20,81); }
H1.HeaderClassName
{
color: #4E1451;
}
.AnyTagClassName
{
color: #4E1451;
}
</style>
background-color css
<style>
a { background-color: #4E1451; }
a { background-color: rgb(78,20,81); }
div.DivClassName
{
background-color: #4E1451;
}
.BgClassName
{
background-color: #4E1451;
}
</style>
border-color css
<style>
span { border-color: #4E1451; }
span { border-color: rgb(78,20,81); }
td.TdClassName
{
border-color: #4E1451;
}
.TagClassName
{
border-color: #4E1451;
}
</style>