Shades of Hot Purple #4E2351
Tints of Hot Purple #4E2351
RGB
CMYK
RGB Variations
Color information
#4E2351 (or 0x4E2351) is known color: Hot Purple. HEX triplet: 4E, 23 and 51. RGB value is (78,35,81). Sum of RGB (Red+Green+Blue) = 78+35+81=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E2351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2351 is #B1DCAE. Grayscale: #343434. Windows color (decimal): -11656367 or 5317454. OLE color: 5317454.
HSL color Cylindrical-coordinate representation of color #4E2351: hue angle of 296.09º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E2351 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 35 | 81 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.68 |
| HSL | 296.09º | 0.4% | 0.23% | - |
| HSV(B) | 296.09º | 0.57% | 0.32% | - |
| XYZ | 5.23 | 3.42 | 8.17 | - |
| YUV | 53.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 81 | 0.04 | 0.57 | 0 | 0.68 | 296.09 | 0.4 | 0.23 |
| Hex | 4E | 23 | 51 | 4 | 39 | 0 | 44 | 128 | 28 | 17 |
| Octal | 116 | 43 | 121 | 4 | 71 | 0 | 104 | 450 | 50 | 27 |
| Binary | 1001110 | 100011 | 1010001 | 100 | 111001 | 0 | 1000100 | 100101000 | 101000 | 10111 |
Color Harmonies of #4E2351
Complementary color
Monochromatic Colors of #4E2351
Black with #4E2351
Text Example
Text Example
White with #4E2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2351; }
p { color: rgb(78,35,81); }
H1.HeaderClassName
{
color: #4E2351;
}
.AnyTagClassName
{
color: #4E2351;
}
</style>
background-color css
<style>
a { background-color: #4E2351; }
a { background-color: rgb(78,35,81); }
div.DivClassName
{
background-color: #4E2351;
}
.BgClassName
{
background-color: #4E2351;
}
</style>
border-color css
<style>
span { border-color: #4E2351; }
span { border-color: rgb(78,35,81); }
td.TdClassName
{
border-color: #4E2351;
}
.TagClassName
{
border-color: #4E2351;
}
</style>