Shades of Hot Purple #4E2750
Tints of Hot Purple #4E2750
RGB
CMYK
RGB Variations
Color information
#4E2750 (or 0x4E2750) is known color: Hot Purple. HEX triplet: 4E, 27 and 50. RGB value is (78,39,80). Sum of RGB (Red+Green+Blue) = 78+39+80=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E2750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2750 is #B1D8AF. Grayscale: #373737. Windows color (decimal): -11655344 or 5252942. OLE color: 5252942.
HSL color Cylindrical-coordinate representation of color #4E2750: hue angle of 297.07º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E2750 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 80 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.69 |
| HSL | 297.07º | 0.34% | 0.23% | - |
| HSV(B) | 297.07º | 0.51% | 0.31% | - |
| XYZ | 5.32 | 3.65 | 8.01 | - |
| YUV | 55.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 80 | 0.02 | 0.51 | 0 | 0.69 | 297.07 | 0.34 | 0.23 |
| Hex | 4E | 27 | 50 | 2 | 33 | 0 | 45 | 129 | 22 | 17 |
| Octal | 116 | 47 | 120 | 2 | 63 | 0 | 105 | 451 | 42 | 27 |
| Binary | 1001110 | 100111 | 1010000 | 10 | 110011 | 0 | 1000101 | 100101001 | 100010 | 10111 |
Color Harmonies of #4E2750
Complementary color
Monochromatic Colors of #4E2750
Black with #4E2750
Text Example
Text Example
White with #4E2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2750; }
p { color: rgb(78,39,80); }
H1.HeaderClassName
{
color: #4E2750;
}
.AnyTagClassName
{
color: #4E2750;
}
</style>
background-color css
<style>
a { background-color: #4E2750; }
a { background-color: rgb(78,39,80); }
div.DivClassName
{
background-color: #4E2750;
}
.BgClassName
{
background-color: #4E2750;
}
</style>
border-color css
<style>
span { border-color: #4E2750; }
span { border-color: rgb(78,39,80); }
td.TdClassName
{
border-color: #4E2750;
}
.TagClassName
{
border-color: #4E2750;
}
</style>