Shades of Hot Purple #4E104B
Tints of Hot Purple #4E104B
RGB
CMYK
RGB Variations
Color information
#4E104B (or 0x4E104B) is known color: Hot Purple. HEX triplet: 4E, 10 and 4B. RGB value is (78,16,75). Sum of RGB (Red+Green+Blue) = 78+16+75=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E104B is #B1EFB4. Grayscale: #292929. Windows color (decimal): -11661237 or 4919374. OLE color: 4919374.
HSL color Cylindrical-coordinate representation of color #4E104B: hue angle of 302.9º 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 #4E104B is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 75 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.69 |
| HSL | 302.9º | 0.66% | 0.18% | - |
| HSV(B) | 302.9º | 0.79% | 0.31% | - |
| XYZ | 4.6 | 2.5 | 6.9 | - |
| YUV | 41.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 75 | 0 | 0.79 | 0.04 | 0.69 | 302.9 | 0.66 | 0.18 |
| Hex | 4E | 10 | 4B | 0 | 4F | 4 | 45 | 12F | 42 | 12 |
| Octal | 116 | 20 | 113 | 0 | 117 | 4 | 105 | 457 | 102 | 22 |
| Binary | 1001110 | 10000 | 1001011 | 0 | 1001111 | 100 | 1000101 | 100101111 | 1000010 | 10010 |
Color Harmonies of #4E104B
Complementary color
Monochromatic Colors of #4E104B
Black with #4E104B
Text Example
Text Example
White with #4E104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E104B; }
p { color: rgb(78,16,75); }
H1.HeaderClassName
{
color: #4E104B;
}
.AnyTagClassName
{
color: #4E104B;
}
</style>
background-color css
<style>
a { background-color: #4E104B; }
a { background-color: rgb(78,16,75); }
div.DivClassName
{
background-color: #4E104B;
}
.BgClassName
{
background-color: #4E104B;
}
</style>
border-color css
<style>
span { border-color: #4E104B; }
span { border-color: rgb(78,16,75); }
td.TdClassName
{
border-color: #4E104B;
}
.TagClassName
{
border-color: #4E104B;
}
</style>