Shades of Hot Purple #4E095B
Tints of Hot Purple #4E095B
RGB
CMYK
RGB Variations
Color information
#4E095B (or 0x4E095B) is known color: Hot Purple. HEX triplet: 4E, 09 and 5B. RGB value is (78,9,91). Sum of RGB (Red+Green+Blue) = 78+9+91=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E095B is #B1F6A4. Grayscale: #262626. Windows color (decimal): -11663013 or 5966158. OLE color: 5966158.
HSL color Cylindrical-coordinate representation of color #4E095B: hue angle of 290.49º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E095B is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 9 | 91 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.64 |
| HSL | 290.49º | 0.82% | 0.2% | - |
| HSV(B) | 290.49º | 0.9% | 0.36% | - |
| XYZ | 5.13 | 2.57 | 10.12 | - |
| YUV | 38.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 91 | 0.14 | 0.90 | 0 | 0.64 | 290.49 | 0.82 | 0.2 |
| Hex | 4E | 9 | 5B | E | 5A | 0 | 40 | 122 | 52 | 14 |
| Octal | 116 | 11 | 133 | 16 | 132 | 0 | 100 | 442 | 122 | 24 |
| Binary | 1001110 | 1001 | 1011011 | 1110 | 1011010 | 0 | 1000000 | 100100010 | 1010010 | 10100 |
Color Harmonies of #4E095B
Complementary color
Monochromatic Colors of #4E095B
Black with #4E095B
Text Example
Text Example
White with #4E095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E095B; }
p { color: rgb(78,9,91); }
H1.HeaderClassName
{
color: #4E095B;
}
.AnyTagClassName
{
color: #4E095B;
}
</style>
background-color css
<style>
a { background-color: #4E095B; }
a { background-color: rgb(78,9,91); }
div.DivClassName
{
background-color: #4E095B;
}
.BgClassName
{
background-color: #4E095B;
}
</style>
border-color css
<style>
span { border-color: #4E095B; }
span { border-color: rgb(78,9,91); }
td.TdClassName
{
border-color: #4E095B;
}
.TagClassName
{
border-color: #4E095B;
}
</style>