Shades of Hot Purple #4E0950
Tints of Hot Purple #4E0950
RGB
CMYK
RGB Variations
Color information
#4E0950 (or 0x4E0950) is known color: Hot Purple. HEX triplet: 4E, 09 and 50. RGB value is (78,9,80). Sum of RGB (Red+Green+Blue) = 78+9+80=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0950 is #B1F6AF. Grayscale: #252525. Windows color (decimal): -11663024 or 5245262. OLE color: 5245262.
HSL color Cylindrical-coordinate representation of color #4E0950: hue angle of 298.31º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0950 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 80 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.69 |
| HSL | 298.31º | 0.8% | 0.17% | - |
| HSV(B) | 298.31º | 0.89% | 0.31% | - |
| XYZ | 4.69 | 2.39 | 7.8 | - |
| YUV | 37.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 80 | 0.02 | 0.89 | 0 | 0.69 | 298.31 | 0.8 | 0.17 |
| Hex | 4E | 9 | 50 | 2 | 59 | 0 | 45 | 12A | 50 | 11 |
| Octal | 116 | 11 | 120 | 2 | 131 | 0 | 105 | 452 | 120 | 21 |
| Binary | 1001110 | 1001 | 1010000 | 10 | 1011001 | 0 | 1000101 | 100101010 | 1010000 | 10001 |
Color Harmonies of #4E0950
Complementary color
Monochromatic Colors of #4E0950
Black with #4E0950
Text Example
Text Example
White with #4E0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0950; }
p { color: rgb(78,9,80); }
H1.HeaderClassName
{
color: #4E0950;
}
.AnyTagClassName
{
color: #4E0950;
}
</style>
background-color css
<style>
a { background-color: #4E0950; }
a { background-color: rgb(78,9,80); }
div.DivClassName
{
background-color: #4E0950;
}
.BgClassName
{
background-color: #4E0950;
}
</style>
border-color css
<style>
span { border-color: #4E0950; }
span { border-color: rgb(78,9,80); }
td.TdClassName
{
border-color: #4E0950;
}
.TagClassName
{
border-color: #4E0950;
}
</style>