Shades of Hot Purple #4E105A
Tints of Hot Purple #4E105A
RGB
CMYK
RGB Variations
Color information
#4E105A (or 0x4E105A) is known color: Hot Purple. HEX triplet: 4E, 10 and 5A. RGB value is (78,16,90). Sum of RGB (Red+Green+Blue) = 78+16+90=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E105A is #B1EFA5. Grayscale: #2A2A2A. Windows color (decimal): -11661222 or 5902414. OLE color: 5902414.
HSL color Cylindrical-coordinate representation of color #4E105A: hue angle of 290.27º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E105A is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 16 | 90 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.65 |
| HSL | 290.27º | 0.7% | 0.21% | - |
| HSV(B) | 290.27º | 0.82% | 0.35% | - |
| XYZ | 5.17 | 2.73 | 9.93 | - |
| YUV | 42.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 90 | 0.13 | 0.82 | 0 | 0.65 | 290.27 | 0.7 | 0.21 |
| Hex | 4E | 10 | 5A | D | 52 | 0 | 41 | 122 | 46 | 15 |
| Octal | 116 | 20 | 132 | 15 | 122 | 0 | 101 | 442 | 106 | 25 |
| Binary | 1001110 | 10000 | 1011010 | 1101 | 1010010 | 0 | 1000001 | 100100010 | 1000110 | 10101 |
Color Harmonies of #4E105A
Complementary color
Monochromatic Colors of #4E105A
Black with #4E105A
Text Example
Text Example
White with #4E105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E105A; }
p { color: rgb(78,16,90); }
H1.HeaderClassName
{
color: #4E105A;
}
.AnyTagClassName
{
color: #4E105A;
}
</style>
background-color css
<style>
a { background-color: #4E105A; }
a { background-color: rgb(78,16,90); }
div.DivClassName
{
background-color: #4E105A;
}
.BgClassName
{
background-color: #4E105A;
}
</style>
border-color css
<style>
span { border-color: #4E105A; }
span { border-color: rgb(78,16,90); }
td.TdClassName
{
border-color: #4E105A;
}
.TagClassName
{
border-color: #4E105A;
}
</style>