Shades of Hot Purple #4E3250
Tints of Hot Purple #4E3250
RGB
CMYK
RGB Variations
Color information
#4E3250 (or 0x4E3250) is known color: Hot Purple. HEX triplet: 4E, 32 and 50. RGB value is (78,50,80). Sum of RGB (Red+Green+Blue) = 78+50+80=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3250 is #B1CDAF. Grayscale: #3D3D3D. Windows color (decimal): -11652528 or 5255758. OLE color: 5255758.
HSL color Cylindrical-coordinate representation of color #4E3250: hue angle of 296º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E3250 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 80 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.69 |
| HSL | 296º | 0.23% | 0.25% | - |
| HSV(B) | 296º | 0.38% | 0.31% | - |
| XYZ | 5.73 | 4.48 | 8.15 | - |
| YUV | 61.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 80 | 0.02 | 0.37 | 0 | 0.69 | 296 | 0.23 | 0.25 |
| Hex | 4E | 32 | 50 | 2 | 25 | 0 | 45 | 128 | 17 | 19 |
| Octal | 116 | 62 | 120 | 2 | 45 | 0 | 105 | 450 | 27 | 31 |
| Binary | 1001110 | 110010 | 1010000 | 10 | 100101 | 0 | 1000101 | 100101000 | 10111 | 11001 |
Color Harmonies of #4E3250
Complementary color
Monochromatic Colors of #4E3250
Black with #4E3250
Text Example
Text Example
White with #4E3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3250; }
p { color: rgb(78,50,80); }
H1.HeaderClassName
{
color: #4E3250;
}
.AnyTagClassName
{
color: #4E3250;
}
</style>
background-color css
<style>
a { background-color: #4E3250; }
a { background-color: rgb(78,50,80); }
div.DivClassName
{
background-color: #4E3250;
}
.BgClassName
{
background-color: #4E3250;
}
</style>
border-color css
<style>
span { border-color: #4E3250; }
span { border-color: rgb(78,50,80); }
td.TdClassName
{
border-color: #4E3250;
}
.TagClassName
{
border-color: #4E3250;
}
</style>