Shades of Hot Purple #4E1F4C
Tints of Hot Purple #4E1F4C
RGB
CMYK
RGB Variations
Color information
#4E1F4C (or 0x4E1F4C) is known color: Hot Purple. HEX triplet: 4E, 1F and 4C. RGB value is (78,31,76). Sum of RGB (Red+Green+Blue) = 78+31+76=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F4C is #B1E0B3. Grayscale: #323232. Windows color (decimal): -11657396 or 4988750. OLE color: 4988750.
HSL color Cylindrical-coordinate representation of color #4E1F4C: hue angle of 302.55º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F4C is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 76 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.69 |
| HSL | 302.55º | 0.43% | 0.21% | - |
| HSV(B) | 302.55º | 0.6% | 0.31% | - |
| XYZ | 4.94 | 3.12 | 7.18 | - |
| YUV | 50.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 76 | 0 | 0.60 | 0.03 | 0.69 | 302.55 | 0.43 | 0.21 |
| Hex | 4E | 1F | 4C | 0 | 3C | 3 | 45 | 12F | 2B | 15 |
| Octal | 116 | 37 | 114 | 0 | 74 | 3 | 105 | 457 | 53 | 25 |
| Binary | 1001110 | 11111 | 1001100 | 0 | 111100 | 11 | 1000101 | 100101111 | 101011 | 10101 |
Color Harmonies of #4E1F4C
Complementary color
Monochromatic Colors of #4E1F4C
Black with #4E1F4C
Text Example
Text Example
White with #4E1F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F4C; }
p { color: rgb(78,31,76); }
H1.HeaderClassName
{
color: #4E1F4C;
}
.AnyTagClassName
{
color: #4E1F4C;
}
</style>
background-color css
<style>
a { background-color: #4E1F4C; }
a { background-color: rgb(78,31,76); }
div.DivClassName
{
background-color: #4E1F4C;
}
.BgClassName
{
background-color: #4E1F4C;
}
</style>
border-color css
<style>
span { border-color: #4E1F4C; }
span { border-color: rgb(78,31,76); }
td.TdClassName
{
border-color: #4E1F4C;
}
.TagClassName
{
border-color: #4E1F4C;
}
</style>