Shades of Hot Purple #4E1B50
Tints of Hot Purple #4E1B50
RGB
CMYK
RGB Variations
Color information
#4E1B50 (or 0x4E1B50) is known color: Hot Purple. HEX triplet: 4E, 1B and 50. RGB value is (78,27,80). Sum of RGB (Red+Green+Blue) = 78+27+80=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E1B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1B50 is #B1E4AF. Grayscale: #303030. Windows color (decimal): -11658416 or 5249870. OLE color: 5249870.
HSL color Cylindrical-coordinate representation of color #4E1B50: hue angle of 297.74º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E1B50 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 80 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.69 |
| HSL | 297.74º | 0.5% | 0.21% | - |
| HSV(B) | 297.74º | 0.66% | 0.31% | - |
| XYZ | 4.98 | 2.98 | 7.9 | - |
| YUV | 48.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 80 | 0.02 | 0.66 | 0 | 0.69 | 297.74 | 0.5 | 0.21 |
| Hex | 4E | 1B | 50 | 2 | 42 | 0 | 45 | 12A | 32 | 15 |
| Octal | 116 | 33 | 120 | 2 | 102 | 0 | 105 | 452 | 62 | 25 |
| Binary | 1001110 | 11011 | 1010000 | 10 | 1000010 | 0 | 1000101 | 100101010 | 110010 | 10101 |
Color Harmonies of #4E1B50
Complementary color
Monochromatic Colors of #4E1B50
Black with #4E1B50
Text Example
Text Example
White with #4E1B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B50; }
p { color: rgb(78,27,80); }
H1.HeaderClassName
{
color: #4E1B50;
}
.AnyTagClassName
{
color: #4E1B50;
}
</style>
background-color css
<style>
a { background-color: #4E1B50; }
a { background-color: rgb(78,27,80); }
div.DivClassName
{
background-color: #4E1B50;
}
.BgClassName
{
background-color: #4E1B50;
}
</style>
border-color css
<style>
span { border-color: #4E1B50; }
span { border-color: rgb(78,27,80); }
td.TdClassName
{
border-color: #4E1B50;
}
.TagClassName
{
border-color: #4E1B50;
}
</style>