Shades of Hot Purple #4E1554
Tints of Hot Purple #4E1554
RGB
CMYK
RGB Variations
Color information
#4E1554 (or 0x4E1554) is known color: Hot Purple. HEX triplet: 4E, 15 and 54. RGB value is (78,21,84). Sum of RGB (Red+Green+Blue) = 78+21+84=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E1554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1554 is #B1EAAB. Grayscale: #2D2D2D. Windows color (decimal): -11659948 or 5510478. OLE color: 5510478.
HSL color Cylindrical-coordinate representation of color #4E1554: hue angle of 294.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1554 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 21 | 84 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.67 |
| HSL | 294.29º | 0.6% | 0.21% | - |
| HSV(B) | 294.29º | 0.75% | 0.33% | - |
| XYZ | 5.01 | 2.8 | 8.66 | - |
| YUV | 45.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 84 | 0.07 | 0.75 | 0 | 0.67 | 294.29 | 0.6 | 0.21 |
| Hex | 4E | 15 | 54 | 7 | 4B | 0 | 43 | 126 | 3C | 15 |
| Octal | 116 | 25 | 124 | 7 | 113 | 0 | 103 | 446 | 74 | 25 |
| Binary | 1001110 | 10101 | 1010100 | 111 | 1001011 | 0 | 1000011 | 100100110 | 111100 | 10101 |
Color Harmonies of #4E1554
Complementary color
Monochromatic Colors of #4E1554
Black with #4E1554
Text Example
Text Example
White with #4E1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1554; }
p { color: rgb(78,21,84); }
H1.HeaderClassName
{
color: #4E1554;
}
.AnyTagClassName
{
color: #4E1554;
}
</style>
background-color css
<style>
a { background-color: #4E1554; }
a { background-color: rgb(78,21,84); }
div.DivClassName
{
background-color: #4E1554;
}
.BgClassName
{
background-color: #4E1554;
}
</style>
border-color css
<style>
span { border-color: #4E1554; }
span { border-color: rgb(78,21,84); }
td.TdClassName
{
border-color: #4E1554;
}
.TagClassName
{
border-color: #4E1554;
}
</style>