Shades of Hot Purple #4E0455
Tints of Hot Purple #4E0455
RGB
CMYK
RGB Variations
Color information
#4E0455 (or 0x4E0455) is known color: Hot Purple. HEX triplet: 4E, 04 and 55. RGB value is (78,4,85). Sum of RGB (Red+Green+Blue) = 78+4+85=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E0455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0455 is #B1FBAA. Grayscale: #232323. Windows color (decimal): -11664299 or 5571662. OLE color: 5571662.
HSL color Cylindrical-coordinate representation of color #4E0455: hue angle of 294.81º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0455 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 4 | 85 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.67 |
| HSL | 294.81º | 0.91% | 0.17% | - |
| HSV(B) | 294.81º | 0.95% | 0.33% | - |
| XYZ | 4.82 | 2.36 | 8.8 | - |
| YUV | 35.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 85 | 0.08 | 0.95 | 0 | 0.67 | 294.81 | 0.91 | 0.17 |
| Hex | 4E | 4 | 55 | 8 | 5F | 0 | 43 | 127 | 5B | 11 |
| Octal | 116 | 4 | 125 | 10 | 137 | 0 | 103 | 447 | 133 | 21 |
| Binary | 1001110 | 100 | 1010101 | 1000 | 1011111 | 0 | 1000011 | 100100111 | 1011011 | 10001 |
Color Harmonies of #4E0455
Complementary color
Monochromatic Colors of #4E0455
Black with #4E0455
Text Example
Text Example
White with #4E0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0455; }
p { color: rgb(78,4,85); }
H1.HeaderClassName
{
color: #4E0455;
}
.AnyTagClassName
{
color: #4E0455;
}
</style>
background-color css
<style>
a { background-color: #4E0455; }
a { background-color: rgb(78,4,85); }
div.DivClassName
{
background-color: #4E0455;
}
.BgClassName
{
background-color: #4E0455;
}
</style>
border-color css
<style>
span { border-color: #4E0455; }
span { border-color: rgb(78,4,85); }
td.TdClassName
{
border-color: #4E0455;
}
.TagClassName
{
border-color: #4E0455;
}
</style>