Shades of Hot Purple #4E155B
Tints of Hot Purple #4E155B
RGB
CMYK
RGB Variations
Color information
#4E155B (or 0x4E155B) is known color: Hot Purple. HEX triplet: 4E, 15 and 5B. RGB value is (78,21,91). Sum of RGB (Red+Green+Blue) = 78+21+91=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E155B is #B1EAA4. Grayscale: #2D2D2D. Windows color (decimal): -11659941 or 5969230. OLE color: 5969230.
HSL color Cylindrical-coordinate representation of color #4E155B: hue angle of 288.86º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E155B is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 21 | 91 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.64 |
| HSL | 288.86º | 0.63% | 0.22% | - |
| HSV(B) | 288.86º | 0.77% | 0.36% | - |
| XYZ | 5.3 | 2.91 | 10.18 | - |
| YUV | 46.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 91 | 0.14 | 0.77 | 0 | 0.64 | 288.86 | 0.63 | 0.22 |
| Hex | 4E | 15 | 5B | E | 4D | 0 | 40 | 121 | 3E | 16 |
| Octal | 116 | 25 | 133 | 16 | 115 | 0 | 100 | 441 | 76 | 26 |
| Binary | 1001110 | 10101 | 1011011 | 1110 | 1001101 | 0 | 1000000 | 100100001 | 111110 | 10110 |
Color Harmonies of #4E155B
Complementary color
Monochromatic Colors of #4E155B
Black with #4E155B
Text Example
Text Example
White with #4E155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E155B; }
p { color: rgb(78,21,91); }
H1.HeaderClassName
{
color: #4E155B;
}
.AnyTagClassName
{
color: #4E155B;
}
</style>
background-color css
<style>
a { background-color: #4E155B; }
a { background-color: rgb(78,21,91); }
div.DivClassName
{
background-color: #4E155B;
}
.BgClassName
{
background-color: #4E155B;
}
</style>
border-color css
<style>
span { border-color: #4E155B; }
span { border-color: rgb(78,21,91); }
td.TdClassName
{
border-color: #4E155B;
}
.TagClassName
{
border-color: #4E155B;
}
</style>