Shades of Hot Purple #4E2455
Tints of Hot Purple #4E2455
RGB
CMYK
RGB Variations
Color information
#4E2455 (or 0x4E2455) is known color: Hot Purple. HEX triplet: 4E, 24 and 55. RGB value is (78,36,85). Sum of RGB (Red+Green+Blue) = 78+36+85=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E2455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2455 is #B1DBAA. Grayscale: #353535. Windows color (decimal): -11656107 or 5579854. OLE color: 5579854.
HSL color Cylindrical-coordinate representation of color #4E2455: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2455 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 36 | 85 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.67 |
| HSL | 291.43º | 0.4% | 0.24% | - |
| HSV(B) | 291.43º | 0.58% | 0.33% | - |
| XYZ | 5.41 | 3.54 | 8.99 | - |
| YUV | 54.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 85 | 0.08 | 0.58 | 0 | 0.67 | 291.43 | 0.4 | 0.24 |
| Hex | 4E | 24 | 55 | 8 | 3A | 0 | 43 | 123 | 28 | 18 |
| Octal | 116 | 44 | 125 | 10 | 72 | 0 | 103 | 443 | 50 | 30 |
| Binary | 1001110 | 100100 | 1010101 | 1000 | 111010 | 0 | 1000011 | 100100011 | 101000 | 11000 |
Color Harmonies of #4E2455
Complementary color
Monochromatic Colors of #4E2455
Black with #4E2455
Text Example
Text Example
White with #4E2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2455; }
p { color: rgb(78,36,85); }
H1.HeaderClassName
{
color: #4E2455;
}
.AnyTagClassName
{
color: #4E2455;
}
</style>
background-color css
<style>
a { background-color: #4E2455; }
a { background-color: rgb(78,36,85); }
div.DivClassName
{
background-color: #4E2455;
}
.BgClassName
{
background-color: #4E2455;
}
</style>
border-color css
<style>
span { border-color: #4E2455; }
span { border-color: rgb(78,36,85); }
td.TdClassName
{
border-color: #4E2455;
}
.TagClassName
{
border-color: #4E2455;
}
</style>