Shades of Hot Purple #4E104D
Tints of Hot Purple #4E104D
RGB
CMYK
RGB Variations
Color information
#4E104D (or 0x4E104D) is known color: Hot Purple. HEX triplet: 4E, 10 and 4D. RGB value is (78,16,77). Sum of RGB (Red+Green+Blue) = 78+16+77=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E104D is #B1EFB2. Grayscale: #292929. Windows color (decimal): -11661235 or 5050446. OLE color: 5050446.
HSL color Cylindrical-coordinate representation of color #4E104D: hue angle of 300.97º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E104D is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 77 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.69 |
| HSL | 300.97º | 0.66% | 0.18% | - |
| HSV(B) | 300.97º | 0.79% | 0.31% | - |
| XYZ | 4.67 | 2.53 | 7.26 | - |
| YUV | 41.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 77 | 0 | 0.79 | 0.01 | 0.69 | 300.97 | 0.66 | 0.18 |
| Hex | 4E | 10 | 4D | 0 | 4F | 1 | 45 | 12D | 42 | 12 |
| Octal | 116 | 20 | 115 | 0 | 117 | 1 | 105 | 455 | 102 | 22 |
| Binary | 1001110 | 10000 | 1001101 | 0 | 1001111 | 1 | 1000101 | 100101101 | 1000010 | 10010 |
Color Harmonies of #4E104D
Complementary color
Monochromatic Colors of #4E104D
Black with #4E104D
Text Example
Text Example
White with #4E104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E104D; }
p { color: rgb(78,16,77); }
H1.HeaderClassName
{
color: #4E104D;
}
.AnyTagClassName
{
color: #4E104D;
}
</style>
background-color css
<style>
a { background-color: #4E104D; }
a { background-color: rgb(78,16,77); }
div.DivClassName
{
background-color: #4E104D;
}
.BgClassName
{
background-color: #4E104D;
}
</style>
border-color css
<style>
span { border-color: #4E104D; }
span { border-color: rgb(78,16,77); }
td.TdClassName
{
border-color: #4E104D;
}
.TagClassName
{
border-color: #4E104D;
}
</style>