Shades of Hot Purple #4E0750
Tints of Hot Purple #4E0750
RGB
CMYK
RGB Variations
Color information
#4E0750 (or 0x4E0750) is known color: Hot Purple. HEX triplet: 4E, 07 and 50. RGB value is (78,7,80). Sum of RGB (Red+Green+Blue) = 78+7+80=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0750 is #B1F8AF. Grayscale: #242424. Windows color (decimal): -11663536 or 5244750. OLE color: 5244750.
HSL color Cylindrical-coordinate representation of color #4E0750: hue angle of 298.36º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0750 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 80 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.69 |
| HSL | 298.36º | 0.84% | 0.17% | - |
| HSV(B) | 298.36º | 0.91% | 0.31% | - |
| XYZ | 4.67 | 2.35 | 7.8 | - |
| YUV | 36.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 80 | 0.02 | 0.91 | 0 | 0.69 | 298.36 | 0.84 | 0.17 |
| Hex | 4E | 7 | 50 | 2 | 5B | 0 | 45 | 12A | 54 | 11 |
| Octal | 116 | 7 | 120 | 2 | 133 | 0 | 105 | 452 | 124 | 21 |
| Binary | 1001110 | 111 | 1010000 | 10 | 1011011 | 0 | 1000101 | 100101010 | 1010100 | 10001 |
Color Harmonies of #4E0750
Complementary color
Monochromatic Colors of #4E0750
Black with #4E0750
Text Example
Text Example
White with #4E0750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0750; }
p { color: rgb(78,7,80); }
H1.HeaderClassName
{
color: #4E0750;
}
.AnyTagClassName
{
color: #4E0750;
}
</style>
background-color css
<style>
a { background-color: #4E0750; }
a { background-color: rgb(78,7,80); }
div.DivClassName
{
background-color: #4E0750;
}
.BgClassName
{
background-color: #4E0750;
}
</style>
border-color css
<style>
span { border-color: #4E0750; }
span { border-color: rgb(78,7,80); }
td.TdClassName
{
border-color: #4E0750;
}
.TagClassName
{
border-color: #4E0750;
}
</style>