Shades of Hot Purple #4E2355
Tints of Hot Purple #4E2355
RGB
CMYK
RGB Variations
Color information
#4E2355 (or 0x4E2355) is known color: Hot Purple. HEX triplet: 4E, 23 and 55. RGB value is (78,35,85). Sum of RGB (Red+Green+Blue) = 78+35+85=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E2355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2355 is #B1DCAA. Grayscale: #353535. Windows color (decimal): -11656363 or 5579598. OLE color: 5579598.
HSL color Cylindrical-coordinate representation of color #4E2355: hue angle of 291.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2355 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 35 | 85 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.67 |
| HSL | 291.6º | 0.42% | 0.24% | - |
| HSV(B) | 291.6º | 0.59% | 0.33% | - |
| XYZ | 5.38 | 3.48 | 8.98 | - |
| YUV | 53.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 85 | 0.08 | 0.59 | 0 | 0.67 | 291.6 | 0.42 | 0.24 |
| Hex | 4E | 23 | 55 | 8 | 3B | 0 | 43 | 124 | 2A | 18 |
| Octal | 116 | 43 | 125 | 10 | 73 | 0 | 103 | 444 | 52 | 30 |
| Binary | 1001110 | 100011 | 1010101 | 1000 | 111011 | 0 | 1000011 | 100100100 | 101010 | 11000 |
Color Harmonies of #4E2355
Complementary color
Monochromatic Colors of #4E2355
Black with #4E2355
Text Example
Text Example
White with #4E2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2355; }
p { color: rgb(78,35,85); }
H1.HeaderClassName
{
color: #4E2355;
}
.AnyTagClassName
{
color: #4E2355;
}
</style>
background-color css
<style>
a { background-color: #4E2355; }
a { background-color: rgb(78,35,85); }
div.DivClassName
{
background-color: #4E2355;
}
.BgClassName
{
background-color: #4E2355;
}
</style>
border-color css
<style>
span { border-color: #4E2355; }
span { border-color: rgb(78,35,85); }
td.TdClassName
{
border-color: #4E2355;
}
.TagClassName
{
border-color: #4E2355;
}
</style>