Shades of Hot Purple #4E254C
Tints of Hot Purple #4E254C
RGB
CMYK
RGB Variations
Color information
#4E254C (or 0x4E254C) is known color: Hot Purple. HEX triplet: 4E, 25 and 4C. RGB value is (78,37,76). Sum of RGB (Red+Green+Blue) = 78+37+76=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E254C is #B1DAB3. Grayscale: #353535. Windows color (decimal): -11655860 or 4990286. OLE color: 4990286.
HSL color Cylindrical-coordinate representation of color #4E254C: hue angle of 302.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E254C is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 76 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.69 |
| HSL | 302.93º | 0.36% | 0.23% | - |
| HSV(B) | 302.93º | 0.53% | 0.31% | - |
| XYZ | 5.11 | 3.46 | 7.24 | - |
| YUV | 53.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 76 | 0 | 0.53 | 0.03 | 0.69 | 302.93 | 0.36 | 0.23 |
| Hex | 4E | 25 | 4C | 0 | 35 | 3 | 45 | 12F | 24 | 17 |
| Octal | 116 | 45 | 114 | 0 | 65 | 3 | 105 | 457 | 44 | 27 |
| Binary | 1001110 | 100101 | 1001100 | 0 | 110101 | 11 | 1000101 | 100101111 | 100100 | 10111 |
Color Harmonies of #4E254C
Complementary color
Monochromatic Colors of #4E254C
Black with #4E254C
Text Example
Text Example
White with #4E254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E254C; }
p { color: rgb(78,37,76); }
H1.HeaderClassName
{
color: #4E254C;
}
.AnyTagClassName
{
color: #4E254C;
}
</style>
background-color css
<style>
a { background-color: #4E254C; }
a { background-color: rgb(78,37,76); }
div.DivClassName
{
background-color: #4E254C;
}
.BgClassName
{
background-color: #4E254C;
}
</style>
border-color css
<style>
span { border-color: #4E254C; }
span { border-color: rgb(78,37,76); }
td.TdClassName
{
border-color: #4E254C;
}
.TagClassName
{
border-color: #4E254C;
}
</style>