Shades of Hot Purple #4E1651
Tints of Hot Purple #4E1651
RGB
CMYK
RGB Variations
Color information
#4E1651 (or 0x4E1651) is known color: Hot Purple. HEX triplet: 4E, 16 and 51. RGB value is (78,22,81). Sum of RGB (Red+Green+Blue) = 78+22+81=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1651 is #B1E9AE. Grayscale: #2D2D2D. Windows color (decimal): -11659695 or 5314126. OLE color: 5314126.
HSL color Cylindrical-coordinate representation of color #4E1651: hue angle of 296.95º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1651 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 22 | 81 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.68 |
| HSL | 296.95º | 0.57% | 0.2% | - |
| HSV(B) | 296.95º | 0.73% | 0.32% | - |
| XYZ | 4.91 | 2.79 | 8.06 | - |
| YUV | 45.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 81 | 0.04 | 0.73 | 0 | 0.68 | 296.95 | 0.57 | 0.2 |
| Hex | 4E | 16 | 51 | 4 | 49 | 0 | 44 | 129 | 39 | 14 |
| Octal | 116 | 26 | 121 | 4 | 111 | 0 | 104 | 451 | 71 | 24 |
| Binary | 1001110 | 10110 | 1010001 | 100 | 1001001 | 0 | 1000100 | 100101001 | 111001 | 10100 |
Color Harmonies of #4E1651
Complementary color
Monochromatic Colors of #4E1651
Black with #4E1651
Text Example
Text Example
White with #4E1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1651; }
p { color: rgb(78,22,81); }
H1.HeaderClassName
{
color: #4E1651;
}
.AnyTagClassName
{
color: #4E1651;
}
</style>
background-color css
<style>
a { background-color: #4E1651; }
a { background-color: rgb(78,22,81); }
div.DivClassName
{
background-color: #4E1651;
}
.BgClassName
{
background-color: #4E1651;
}
</style>
border-color css
<style>
span { border-color: #4E1651; }
span { border-color: rgb(78,22,81); }
td.TdClassName
{
border-color: #4E1651;
}
.TagClassName
{
border-color: #4E1651;
}
</style>