Shades of Hot Purple #4E145B
Tints of Hot Purple #4E145B
RGB
CMYK
RGB Variations
Color information
#4E145B (or 0x4E145B) is known color: Hot Purple. HEX triplet: 4E, 14 and 5B. RGB value is (78,20,91). Sum of RGB (Red+Green+Blue) = 78+20+91=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E145B is #B1EBA4. Grayscale: #2D2D2D. Windows color (decimal): -11660197 or 5968974. OLE color: 5968974.
HSL color Cylindrical-coordinate representation of color #4E145B: hue angle of 289.01º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E145B is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 20 | 91 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.64 |
| HSL | 289.01º | 0.64% | 0.22% | - |
| HSV(B) | 289.01º | 0.78% | 0.36% | - |
| XYZ | 5.28 | 2.88 | 10.17 | - |
| YUV | 45.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 91 | 0.14 | 0.78 | 0 | 0.64 | 289.01 | 0.64 | 0.22 |
| Hex | 4E | 14 | 5B | E | 4E | 0 | 40 | 121 | 40 | 16 |
| Octal | 116 | 24 | 133 | 16 | 116 | 0 | 100 | 441 | 100 | 26 |
| Binary | 1001110 | 10100 | 1011011 | 1110 | 1001110 | 0 | 1000000 | 100100001 | 1000000 | 10110 |
Color Harmonies of #4E145B
Complementary color
Monochromatic Colors of #4E145B
Black with #4E145B
Text Example
Text Example
White with #4E145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E145B; }
p { color: rgb(78,20,91); }
H1.HeaderClassName
{
color: #4E145B;
}
.AnyTagClassName
{
color: #4E145B;
}
</style>
background-color css
<style>
a { background-color: #4E145B; }
a { background-color: rgb(78,20,91); }
div.DivClassName
{
background-color: #4E145B;
}
.BgClassName
{
background-color: #4E145B;
}
</style>
border-color css
<style>
span { border-color: #4E145B; }
span { border-color: rgb(78,20,91); }
td.TdClassName
{
border-color: #4E145B;
}
.TagClassName
{
border-color: #4E145B;
}
</style>