Shades of Hot Purple #4E1A50
Tints of Hot Purple #4E1A50
RGB
CMYK
RGB Variations
Color information
#4E1A50 (or 0x4E1A50) is known color: Hot Purple. HEX triplet: 4E, 1A and 50. RGB value is (78,26,80). Sum of RGB (Red+Green+Blue) = 78+26+80=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E1A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A50 is #B1E5AF. Grayscale: #2F2F2F. Windows color (decimal): -11658672 or 5249614. OLE color: 5249614.
HSL color Cylindrical-coordinate representation of color #4E1A50: hue angle of 297.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1A50 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 80 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.69 |
| HSL | 297.78º | 0.51% | 0.21% | - |
| HSV(B) | 297.78º | 0.68% | 0.31% | - |
| XYZ | 4.96 | 2.94 | 7.9 | - |
| YUV | 47.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 80 | 0.02 | 0.67 | 0 | 0.69 | 297.78 | 0.51 | 0.21 |
| Hex | 4E | 1A | 50 | 2 | 43 | 0 | 45 | 12A | 33 | 15 |
| Octal | 116 | 32 | 120 | 2 | 103 | 0 | 105 | 452 | 63 | 25 |
| Binary | 1001110 | 11010 | 1010000 | 10 | 1000011 | 0 | 1000101 | 100101010 | 110011 | 10101 |
Color Harmonies of #4E1A50
Complementary color
Monochromatic Colors of #4E1A50
Black with #4E1A50
Text Example
Text Example
White with #4E1A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A50; }
p { color: rgb(78,26,80); }
H1.HeaderClassName
{
color: #4E1A50;
}
.AnyTagClassName
{
color: #4E1A50;
}
</style>
background-color css
<style>
a { background-color: #4E1A50; }
a { background-color: rgb(78,26,80); }
div.DivClassName
{
background-color: #4E1A50;
}
.BgClassName
{
background-color: #4E1A50;
}
</style>
border-color css
<style>
span { border-color: #4E1A50; }
span { border-color: rgb(78,26,80); }
td.TdClassName
{
border-color: #4E1A50;
}
.TagClassName
{
border-color: #4E1A50;
}
</style>