Shades of Hot Purple #4E3652
Tints of Hot Purple #4E3652
RGB
CMYK
RGB Variations
Color information
#4E3652 (or 0x4E3652) is known color: Hot Purple. HEX triplet: 4E, 36 and 52. RGB value is (78,54,82). Sum of RGB (Red+Green+Blue) = 78+54+82=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E3652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3652 is #B1C9AD. Grayscale: #404040. Windows color (decimal): -11651502 or 5387854. OLE color: 5387854.
HSL color Cylindrical-coordinate representation of color #4E3652: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E3652 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 54 | 82 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.68 |
| HSL | 291.43º | 0.21% | 0.27% | - |
| HSV(B) | 291.43º | 0.34% | 0.32% | - |
| XYZ | 5.98 | 4.87 | 8.61 | - |
| YUV | 64.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 82 | 0.05 | 0.34 | 0 | 0.68 | 291.43 | 0.21 | 0.27 |
| Hex | 4E | 36 | 52 | 5 | 22 | 0 | 44 | 123 | 15 | 1B |
| Octal | 116 | 66 | 122 | 5 | 42 | 0 | 104 | 443 | 25 | 33 |
| Binary | 1001110 | 110110 | 1010010 | 101 | 100010 | 0 | 1000100 | 100100011 | 10101 | 11011 |
Color Harmonies of #4E3652
Complementary color
Monochromatic Colors of #4E3652
Black with #4E3652
Text Example
Text Example
White with #4E3652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3652; }
p { color: rgb(78,54,82); }
H1.HeaderClassName
{
color: #4E3652;
}
.AnyTagClassName
{
color: #4E3652;
}
</style>
background-color css
<style>
a { background-color: #4E3652; }
a { background-color: rgb(78,54,82); }
div.DivClassName
{
background-color: #4E3652;
}
.BgClassName
{
background-color: #4E3652;
}
</style>
border-color css
<style>
span { border-color: #4E3652; }
span { border-color: rgb(78,54,82); }
td.TdClassName
{
border-color: #4E3652;
}
.TagClassName
{
border-color: #4E3652;
}
</style>