Shades of Hot Purple #4E2555
Tints of Hot Purple #4E2555
RGB
CMYK
RGB Variations
Color information
#4E2555 (or 0x4E2555) is known color: Hot Purple. HEX triplet: 4E, 25 and 55. RGB value is (78,37,85). Sum of RGB (Red+Green+Blue) = 78+37+85=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E2555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2555 is #B1DAAA. Grayscale: #363636. Windows color (decimal): -11655851 or 5580110. OLE color: 5580110.
HSL color Cylindrical-coordinate representation of color #4E2555: hue angle of 291.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E2555 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 37 | 85 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.67 |
| HSL | 291.25º | 0.39% | 0.24% | - |
| HSV(B) | 291.25º | 0.56% | 0.33% | - |
| XYZ | 5.44 | 3.6 | 9 | - |
| YUV | 54.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 85 | 0.08 | 0.56 | 0 | 0.67 | 291.25 | 0.39 | 0.24 |
| Hex | 4E | 25 | 55 | 8 | 38 | 0 | 43 | 123 | 27 | 18 |
| Octal | 116 | 45 | 125 | 10 | 70 | 0 | 103 | 443 | 47 | 30 |
| Binary | 1001110 | 100101 | 1010101 | 1000 | 111000 | 0 | 1000011 | 100100011 | 100111 | 11000 |
Color Harmonies of #4E2555
Complementary color
Monochromatic Colors of #4E2555
Black with #4E2555
Text Example
Text Example
White with #4E2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2555; }
p { color: rgb(78,37,85); }
H1.HeaderClassName
{
color: #4E2555;
}
.AnyTagClassName
{
color: #4E2555;
}
</style>
background-color css
<style>
a { background-color: #4E2555; }
a { background-color: rgb(78,37,85); }
div.DivClassName
{
background-color: #4E2555;
}
.BgClassName
{
background-color: #4E2555;
}
</style>
border-color css
<style>
span { border-color: #4E2555; }
span { border-color: rgb(78,37,85); }
td.TdClassName
{
border-color: #4E2555;
}
.TagClassName
{
border-color: #4E2555;
}
</style>