Shades of Hot Purple #4E3255
Tints of Hot Purple #4E3255
RGB
CMYK
RGB Variations
Color information
#4E3255 (or 0x4E3255) is known color: Hot Purple. HEX triplet: 4E, 32 and 55. RGB value is (78,50,85). Sum of RGB (Red+Green+Blue) = 78+50+85=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E3255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3255 is #B1CDAA. Grayscale: #3E3E3E. Windows color (decimal): -11652523 or 5583438. OLE color: 5583438.
HSL color Cylindrical-coordinate representation of color #4E3255: hue angle of 288º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E3255 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 50 | 85 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.67 |
| HSL | 288º | 0.26% | 0.26% | - |
| HSV(B) | 288º | 0.41% | 0.33% | - |
| XYZ | 5.92 | 4.56 | 9.16 | - |
| YUV | 62.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 85 | 0.08 | 0.41 | 0 | 0.67 | 288 | 0.26 | 0.26 |
| Hex | 4E | 32 | 55 | 8 | 29 | 0 | 43 | 120 | 1A | 1A |
| Octal | 116 | 62 | 125 | 10 | 51 | 0 | 103 | 440 | 32 | 32 |
| Binary | 1001110 | 110010 | 1010101 | 1000 | 101001 | 0 | 1000011 | 100100000 | 11010 | 11010 |
Color Harmonies of #4E3255
Complementary color
Monochromatic Colors of #4E3255
Black with #4E3255
Text Example
Text Example
White with #4E3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3255; }
p { color: rgb(78,50,85); }
H1.HeaderClassName
{
color: #4E3255;
}
.AnyTagClassName
{
color: #4E3255;
}
</style>
background-color css
<style>
a { background-color: #4E3255; }
a { background-color: rgb(78,50,85); }
div.DivClassName
{
background-color: #4E3255;
}
.BgClassName
{
background-color: #4E3255;
}
</style>
border-color css
<style>
span { border-color: #4E3255; }
span { border-color: rgb(78,50,85); }
td.TdClassName
{
border-color: #4E3255;
}
.TagClassName
{
border-color: #4E3255;
}
</style>