Shades of Hot Purple #4E1450
Tints of Hot Purple #4E1450
RGB
CMYK
RGB Variations
Color information
#4E1450 (or 0x4E1450) is known color: Hot Purple. HEX triplet: 4E, 14 and 50. RGB value is (78,20,80). Sum of RGB (Red+Green+Blue) = 78+20+80=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E1450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1450 is #B1EBAF. Grayscale: #2C2C2C. Windows color (decimal): -11660208 or 5248078. OLE color: 5248078.
HSL color Cylindrical-coordinate representation of color #4E1450: hue angle of 298º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1450 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 80 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.69 |
| HSL | 298º | 0.6% | 0.2% | - |
| HSV(B) | 298º | 0.75% | 0.31% | - |
| XYZ | 4.84 | 2.7 | 7.86 | - |
| YUV | 44.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 80 | 0.02 | 0.75 | 0 | 0.69 | 298 | 0.6 | 0.2 |
| Hex | 4E | 14 | 50 | 2 | 4B | 0 | 45 | 12A | 3C | 14 |
| Octal | 116 | 24 | 120 | 2 | 113 | 0 | 105 | 452 | 74 | 24 |
| Binary | 1001110 | 10100 | 1010000 | 10 | 1001011 | 0 | 1000101 | 100101010 | 111100 | 10100 |
Color Harmonies of #4E1450
Complementary color
Monochromatic Colors of #4E1450
Black with #4E1450
Text Example
Text Example
White with #4E1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1450; }
p { color: rgb(78,20,80); }
H1.HeaderClassName
{
color: #4E1450;
}
.AnyTagClassName
{
color: #4E1450;
}
</style>
background-color css
<style>
a { background-color: #4E1450; }
a { background-color: rgb(78,20,80); }
div.DivClassName
{
background-color: #4E1450;
}
.BgClassName
{
background-color: #4E1450;
}
</style>
border-color css
<style>
span { border-color: #4E1450; }
span { border-color: rgb(78,20,80); }
td.TdClassName
{
border-color: #4E1450;
}
.TagClassName
{
border-color: #4E1450;
}
</style>