Shades of Hot Purple #4E144A
Tints of Hot Purple #4E144A
RGB
CMYK
RGB Variations
Color information
#4E144A (or 0x4E144A) is known color: Hot Purple. HEX triplet: 4E, 14 and 4A. RGB value is (78,20,74). Sum of RGB (Red+Green+Blue) = 78+20+74=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E144A is #B1EBB5. Grayscale: #2B2B2B. Windows color (decimal): -11660214 or 4854862. OLE color: 4854862.
HSL color Cylindrical-coordinate representation of color #4E144A: hue angle of 304.14º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E144A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 74 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.69 |
| HSL | 304.14º | 0.59% | 0.19% | - |
| HSV(B) | 304.14º | 0.74% | 0.31% | - |
| XYZ | 4.63 | 2.61 | 6.74 | - |
| YUV | 43.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 74 | 0 | 0.74 | 0.05 | 0.69 | 304.14 | 0.59 | 0.19 |
| Hex | 4E | 14 | 4A | 0 | 4A | 5 | 45 | 130 | 3B | 13 |
| Octal | 116 | 24 | 112 | 0 | 112 | 5 | 105 | 460 | 73 | 23 |
| Binary | 1001110 | 10100 | 1001010 | 0 | 1001010 | 101 | 1000101 | 100110000 | 111011 | 10011 |
Color Harmonies of #4E144A
Complementary color
Monochromatic Colors of #4E144A
Black with #4E144A
Text Example
Text Example
White with #4E144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E144A; }
p { color: rgb(78,20,74); }
H1.HeaderClassName
{
color: #4E144A;
}
.AnyTagClassName
{
color: #4E144A;
}
</style>
background-color css
<style>
a { background-color: #4E144A; }
a { background-color: rgb(78,20,74); }
div.DivClassName
{
background-color: #4E144A;
}
.BgClassName
{
background-color: #4E144A;
}
</style>
border-color css
<style>
span { border-color: #4E144A; }
span { border-color: rgb(78,20,74); }
td.TdClassName
{
border-color: #4E144A;
}
.TagClassName
{
border-color: #4E144A;
}
</style>