Shades of Hot Purple #4E145A
Tints of Hot Purple #4E145A
RGB
CMYK
RGB Variations
Color information
#4E145A (or 0x4E145A) is known color: Hot Purple. HEX triplet: 4E, 14 and 5A. RGB value is (78,20,90). Sum of RGB (Red+Green+Blue) = 78+20+90=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E145A is #B1EBA5. Grayscale: #2D2D2D. Windows color (decimal): -11660198 or 5903438. OLE color: 5903438.
HSL color Cylindrical-coordinate representation of color #4E145A: hue angle of 289.71º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E145A is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 20 | 90 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.65 |
| HSL | 289.71º | 0.64% | 0.22% | - |
| HSV(B) | 289.71º | 0.78% | 0.35% | - |
| XYZ | 5.24 | 2.86 | 9.95 | - |
| YUV | 45.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 90 | 0.13 | 0.78 | 0 | 0.65 | 289.71 | 0.64 | 0.22 |
| Hex | 4E | 14 | 5A | D | 4E | 0 | 41 | 122 | 40 | 16 |
| Octal | 116 | 24 | 132 | 15 | 116 | 0 | 101 | 442 | 100 | 26 |
| Binary | 1001110 | 10100 | 1011010 | 1101 | 1001110 | 0 | 1000001 | 100100010 | 1000000 | 10110 |
Color Harmonies of #4E145A
Complementary color
Monochromatic Colors of #4E145A
Black with #4E145A
Text Example
Text Example
White with #4E145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E145A; }
p { color: rgb(78,20,90); }
H1.HeaderClassName
{
color: #4E145A;
}
.AnyTagClassName
{
color: #4E145A;
}
</style>
background-color css
<style>
a { background-color: #4E145A; }
a { background-color: rgb(78,20,90); }
div.DivClassName
{
background-color: #4E145A;
}
.BgClassName
{
background-color: #4E145A;
}
</style>
border-color css
<style>
span { border-color: #4E145A; }
span { border-color: rgb(78,20,90); }
td.TdClassName
{
border-color: #4E145A;
}
.TagClassName
{
border-color: #4E145A;
}
</style>