Shades of Hot Purple #4E0E4A
Tints of Hot Purple #4E0E4A
RGB
CMYK
RGB Variations
Color information
#4E0E4A (or 0x4E0E4A) is known color: Hot Purple. HEX triplet: 4E, 0E and 4A. RGB value is (78,14,74). Sum of RGB (Red+Green+Blue) = 78+14+74=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E4A is #B1F1B5. Grayscale: #272727. Windows color (decimal): -11661750 or 4853326. OLE color: 4853326.
HSL color Cylindrical-coordinate representation of color #4E0E4A: hue angle of 303.75º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E4A is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 74 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.69 |
| HSL | 303.75º | 0.7% | 0.18% | - |
| HSV(B) | 303.75º | 0.82% | 0.31% | - |
| XYZ | 4.53 | 2.43 | 6.71 | - |
| YUV | 39.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 74 | 0 | 0.82 | 0.05 | 0.69 | 303.75 | 0.7 | 0.18 |
| Hex | 4E | E | 4A | 0 | 52 | 5 | 45 | 130 | 46 | 12 |
| Octal | 116 | 16 | 112 | 0 | 122 | 5 | 105 | 460 | 106 | 22 |
| Binary | 1001110 | 1110 | 1001010 | 0 | 1010010 | 101 | 1000101 | 100110000 | 1000110 | 10010 |
Color Harmonies of #4E0E4A
Complementary color
Monochromatic Colors of #4E0E4A
Black with #4E0E4A
Text Example
Text Example
White with #4E0E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E4A; }
p { color: rgb(78,14,74); }
H1.HeaderClassName
{
color: #4E0E4A;
}
.AnyTagClassName
{
color: #4E0E4A;
}
</style>
background-color css
<style>
a { background-color: #4E0E4A; }
a { background-color: rgb(78,14,74); }
div.DivClassName
{
background-color: #4E0E4A;
}
.BgClassName
{
background-color: #4E0E4A;
}
</style>
border-color css
<style>
span { border-color: #4E0E4A; }
span { border-color: rgb(78,14,74); }
td.TdClassName
{
border-color: #4E0E4A;
}
.TagClassName
{
border-color: #4E0E4A;
}
</style>