Shades of Hot Purple #4E264D
Tints of Hot Purple #4E264D
RGB
CMYK
RGB Variations
Color information
#4E264D (or 0x4E264D) is known color: Hot Purple. HEX triplet: 4E, 26 and 4D. RGB value is (78,38,77). Sum of RGB (Red+Green+Blue) = 78+38+77=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E264D is #B1D9B2. Grayscale: #363636. Windows color (decimal): -11655603 or 5056078. OLE color: 5056078.
HSL color Cylindrical-coordinate representation of color #4E264D: hue angle of 301.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E264D is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 77 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.69 |
| HSL | 301.5º | 0.34% | 0.23% | - |
| HSV(B) | 301.5º | 0.51% | 0.31% | - |
| XYZ | 5.17 | 3.54 | 7.43 | - |
| YUV | 54.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 77 | 0 | 0.51 | 0.01 | 0.69 | 301.5 | 0.34 | 0.23 |
| Hex | 4E | 26 | 4D | 0 | 33 | 1 | 45 | 12E | 22 | 17 |
| Octal | 116 | 46 | 115 | 0 | 63 | 1 | 105 | 456 | 42 | 27 |
| Binary | 1001110 | 100110 | 1001101 | 0 | 110011 | 1 | 1000101 | 100101110 | 100010 | 10111 |
Color Harmonies of #4E264D
Complementary color
Monochromatic Colors of #4E264D
Black with #4E264D
Text Example
Text Example
White with #4E264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E264D; }
p { color: rgb(78,38,77); }
H1.HeaderClassName
{
color: #4E264D;
}
.AnyTagClassName
{
color: #4E264D;
}
</style>
background-color css
<style>
a { background-color: #4E264D; }
a { background-color: rgb(78,38,77); }
div.DivClassName
{
background-color: #4E264D;
}
.BgClassName
{
background-color: #4E264D;
}
</style>
border-color css
<style>
span { border-color: #4E264D; }
span { border-color: rgb(78,38,77); }
td.TdClassName
{
border-color: #4E264D;
}
.TagClassName
{
border-color: #4E264D;
}
</style>