Shades of Hot Purple #4E1650
Tints of Hot Purple #4E1650
RGB
CMYK
RGB Variations
Color information
#4E1650 (or 0x4E1650) is known color: Hot Purple. HEX triplet: 4E, 16 and 50. RGB value is (78,22,80). Sum of RGB (Red+Green+Blue) = 78+22+80=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E1650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1650 is #B1E9AF. Grayscale: #2D2D2D. Windows color (decimal): -11659696 or 5248590. OLE color: 5248590.
HSL color Cylindrical-coordinate representation of color #4E1650: hue angle of 297.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1650 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 80 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.69 |
| HSL | 297.93º | 0.57% | 0.2% | - |
| HSV(B) | 297.93º | 0.73% | 0.31% | - |
| XYZ | 4.88 | 2.77 | 7.87 | - |
| YUV | 45.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 80 | 0.02 | 0.72 | 0 | 0.69 | 297.93 | 0.57 | 0.2 |
| Hex | 4E | 16 | 50 | 2 | 48 | 0 | 45 | 12A | 39 | 14 |
| Octal | 116 | 26 | 120 | 2 | 110 | 0 | 105 | 452 | 71 | 24 |
| Binary | 1001110 | 10110 | 1010000 | 10 | 1001000 | 0 | 1000101 | 100101010 | 111001 | 10100 |
Color Harmonies of #4E1650
Complementary color
Monochromatic Colors of #4E1650
Black with #4E1650
Text Example
Text Example
White with #4E1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1650; }
p { color: rgb(78,22,80); }
H1.HeaderClassName
{
color: #4E1650;
}
.AnyTagClassName
{
color: #4E1650;
}
</style>
background-color css
<style>
a { background-color: #4E1650; }
a { background-color: rgb(78,22,80); }
div.DivClassName
{
background-color: #4E1650;
}
.BgClassName
{
background-color: #4E1650;
}
</style>
border-color css
<style>
span { border-color: #4E1650; }
span { border-color: rgb(78,22,80); }
td.TdClassName
{
border-color: #4E1650;
}
.TagClassName
{
border-color: #4E1650;
}
</style>