Shades of Hot Purple #4E2E4E
Tints of Hot Purple #4E2E4E
RGB
CMYK
RGB Variations
Color information
#4E2E4E (or 0x4E2E4E) is known color: Hot Purple. HEX triplet: 4E, 2E and 4E. RGB value is (78,46,78). Sum of RGB (Red+Green+Blue) = 78+46+78=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E2E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2E4E is #B1D1B1. Grayscale: #3B3B3B. Windows color (decimal): -11653554 or 5123662. OLE color: 5123662.
HSL color Cylindrical-coordinate representation of color #4E2E4E: hue angle of 300º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E4E is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 78 | - |
| CMYK | 0 | 0.41 | 0 | 0.69 |
| HSL | 300º | 0.26% | 0.24% | - |
| HSV(B) | 300º | 0.41% | 0.31% | - |
| XYZ | 5.49 | 4.12 | 7.71 | - |
| YUV | 59.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 78 | 0 | 0.41 | 0 | 0.69 | 300 | 0.26 | 0.24 |
| Hex | 4E | 2E | 4E | 0 | 29 | 0 | 45 | 12C | 1A | 18 |
| Octal | 116 | 56 | 116 | 0 | 51 | 0 | 105 | 454 | 32 | 30 |
| Binary | 1001110 | 101110 | 1001110 | 0 | 101001 | 0 | 1000101 | 100101100 | 11010 | 11000 |
Color Harmonies of #4E2E4E
Complementary color
Monochromatic Colors of #4E2E4E
Black with #4E2E4E
Text Example
Text Example
White with #4E2E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E4E; }
p { color: rgb(78,46,78); }
H1.HeaderClassName
{
color: #4E2E4E;
}
.AnyTagClassName
{
color: #4E2E4E;
}
</style>
background-color css
<style>
a { background-color: #4E2E4E; }
a { background-color: rgb(78,46,78); }
div.DivClassName
{
background-color: #4E2E4E;
}
.BgClassName
{
background-color: #4E2E4E;
}
</style>
border-color css
<style>
span { border-color: #4E2E4E; }
span { border-color: rgb(78,46,78); }
td.TdClassName
{
border-color: #4E2E4E;
}
.TagClassName
{
border-color: #4E2E4E;
}
</style>