Shades of Hot Purple #4E0E4B
Tints of Hot Purple #4E0E4B
RGB
CMYK
RGB Variations
Color information
#4E0E4B (or 0x4E0E4B) is known color: Hot Purple. HEX triplet: 4E, 0E and 4B. RGB value is (78,14,75). Sum of RGB (Red+Green+Blue) = 78+14+75=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E4B is #B1F1B4. Grayscale: #272727. Windows color (decimal): -11661749 or 4918862. OLE color: 4918862.
HSL color Cylindrical-coordinate representation of color #4E0E4B: hue angle of 302.81º 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 #4E0E4B is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 75 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.69 |
| HSL | 302.81º | 0.7% | 0.18% | - |
| HSV(B) | 302.81º | 0.82% | 0.31% | - |
| XYZ | 4.57 | 2.44 | 6.89 | - |
| YUV | 40.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 75 | 0 | 0.82 | 0.04 | 0.69 | 302.81 | 0.7 | 0.18 |
| Hex | 4E | E | 4B | 0 | 52 | 4 | 45 | 12F | 46 | 12 |
| Octal | 116 | 16 | 113 | 0 | 122 | 4 | 105 | 457 | 106 | 22 |
| Binary | 1001110 | 1110 | 1001011 | 0 | 1010010 | 100 | 1000101 | 100101111 | 1000110 | 10010 |
Color Harmonies of #4E0E4B
Complementary color
Monochromatic Colors of #4E0E4B
Black with #4E0E4B
Text Example
Text Example
White with #4E0E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E4B; }
p { color: rgb(78,14,75); }
H1.HeaderClassName
{
color: #4E0E4B;
}
.AnyTagClassName
{
color: #4E0E4B;
}
</style>
background-color css
<style>
a { background-color: #4E0E4B; }
a { background-color: rgb(78,14,75); }
div.DivClassName
{
background-color: #4E0E4B;
}
.BgClassName
{
background-color: #4E0E4B;
}
</style>
border-color css
<style>
span { border-color: #4E0E4B; }
span { border-color: rgb(78,14,75); }
td.TdClassName
{
border-color: #4E0E4B;
}
.TagClassName
{
border-color: #4E0E4B;
}
</style>