Shades of Hot Purple #4E2755
Tints of Hot Purple #4E2755
RGB
CMYK
RGB Variations
Color information
#4E2755 (or 0x4E2755) is known color: Hot Purple. HEX triplet: 4E, 27 and 55. RGB value is (78,39,85). Sum of RGB (Red+Green+Blue) = 78+39+85=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E2755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2755 is #B1D8AA. Grayscale: #373737. Windows color (decimal): -11655339 or 5580622. OLE color: 5580622.
HSL color Cylindrical-coordinate representation of color #4E2755: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2755 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 39 | 85 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.67 |
| HSL | 290.87º | 0.37% | 0.24% | - |
| HSV(B) | 290.87º | 0.54% | 0.33% | - |
| XYZ | 5.51 | 3.73 | 9.02 | - |
| YUV | 55.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 85 | 0.08 | 0.54 | 0 | 0.67 | 290.87 | 0.37 | 0.24 |
| Hex | 4E | 27 | 55 | 8 | 36 | 0 | 43 | 123 | 25 | 18 |
| Octal | 116 | 47 | 125 | 10 | 66 | 0 | 103 | 443 | 45 | 30 |
| Binary | 1001110 | 100111 | 1010101 | 1000 | 110110 | 0 | 1000011 | 100100011 | 100101 | 11000 |
Color Harmonies of #4E2755
Complementary color
Monochromatic Colors of #4E2755
Black with #4E2755
Text Example
Text Example
White with #4E2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2755; }
p { color: rgb(78,39,85); }
H1.HeaderClassName
{
color: #4E2755;
}
.AnyTagClassName
{
color: #4E2755;
}
</style>
background-color css
<style>
a { background-color: #4E2755; }
a { background-color: rgb(78,39,85); }
div.DivClassName
{
background-color: #4E2755;
}
.BgClassName
{
background-color: #4E2755;
}
</style>
border-color css
<style>
span { border-color: #4E2755; }
span { border-color: rgb(78,39,85); }
td.TdClassName
{
border-color: #4E2755;
}
.TagClassName
{
border-color: #4E2755;
}
</style>