Shades of Hot Purple #4E2654
Tints of Hot Purple #4E2654
RGB
CMYK
RGB Variations
Color information
#4E2654 (or 0x4E2654) is known color: Hot Purple. HEX triplet: 4E, 26 and 54. RGB value is (78,38,84). Sum of RGB (Red+Green+Blue) = 78+38+84=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E2654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2654 is #B1D9AB. Grayscale: #373737. Windows color (decimal): -11655596 or 5514830. OLE color: 5514830.
HSL color Cylindrical-coordinate representation of color #4E2654: hue angle of 292.17º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2654 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 38 | 84 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.67 |
| HSL | 292.17º | 0.38% | 0.24% | - |
| HSV(B) | 292.17º | 0.55% | 0.33% | - |
| XYZ | 5.44 | 3.65 | 8.8 | - |
| YUV | 55.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 84 | 0.07 | 0.55 | 0 | 0.67 | 292.17 | 0.38 | 0.24 |
| Hex | 4E | 26 | 54 | 7 | 37 | 0 | 43 | 124 | 26 | 18 |
| Octal | 116 | 46 | 124 | 7 | 67 | 0 | 103 | 444 | 46 | 30 |
| Binary | 1001110 | 100110 | 1010100 | 111 | 110111 | 0 | 1000011 | 100100100 | 100110 | 11000 |
Color Harmonies of #4E2654
Complementary color
Monochromatic Colors of #4E2654
Black with #4E2654
Text Example
Text Example
White with #4E2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2654; }
p { color: rgb(78,38,84); }
H1.HeaderClassName
{
color: #4E2654;
}
.AnyTagClassName
{
color: #4E2654;
}
</style>
background-color css
<style>
a { background-color: #4E2654; }
a { background-color: rgb(78,38,84); }
div.DivClassName
{
background-color: #4E2654;
}
.BgClassName
{
background-color: #4E2654;
}
</style>
border-color css
<style>
span { border-color: #4E2654; }
span { border-color: rgb(78,38,84); }
td.TdClassName
{
border-color: #4E2654;
}
.TagClassName
{
border-color: #4E2654;
}
</style>