Shades of Hot Purple #4E3351
Tints of Hot Purple #4E3351
RGB
CMYK
RGB Variations
Color information
#4E3351 (or 0x4E3351) is known color: Hot Purple. HEX triplet: 4E, 33 and 51. RGB value is (78,51,81). Sum of RGB (Red+Green+Blue) = 78+51+81=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E3351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3351 is #B1CCAE. Grayscale: #3E3E3E. Windows color (decimal): -11652271 or 5321550. OLE color: 5321550.
HSL color Cylindrical-coordinate representation of color #4E3351: hue angle of 294º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3351 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 51 | 81 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.68 |
| HSL | 294º | 0.23% | 0.26% | - |
| HSV(B) | 294º | 0.37% | 0.32% | - |
| XYZ | 5.81 | 4.58 | 8.36 | - |
| YUV | 62.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 81 | 0.04 | 0.37 | 0 | 0.68 | 294 | 0.23 | 0.26 |
| Hex | 4E | 33 | 51 | 4 | 25 | 0 | 44 | 126 | 17 | 1A |
| Octal | 116 | 63 | 121 | 4 | 45 | 0 | 104 | 446 | 27 | 32 |
| Binary | 1001110 | 110011 | 1010001 | 100 | 100101 | 0 | 1000100 | 100100110 | 10111 | 11010 |
Color Harmonies of #4E3351
Complementary color
Monochromatic Colors of #4E3351
Black with #4E3351
Text Example
Text Example
White with #4E3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3351; }
p { color: rgb(78,51,81); }
H1.HeaderClassName
{
color: #4E3351;
}
.AnyTagClassName
{
color: #4E3351;
}
</style>
background-color css
<style>
a { background-color: #4E3351; }
a { background-color: rgb(78,51,81); }
div.DivClassName
{
background-color: #4E3351;
}
.BgClassName
{
background-color: #4E3351;
}
</style>
border-color css
<style>
span { border-color: #4E3351; }
span { border-color: rgb(78,51,81); }
td.TdClassName
{
border-color: #4E3351;
}
.TagClassName
{
border-color: #4E3351;
}
</style>