Shades of Hot Purple #4E095C
Tints of Hot Purple #4E095C
RGB
CMYK
RGB Variations
Color information
#4E095C (or 0x4E095C) is known color: Hot Purple. HEX triplet: 4E, 09 and 5C. RGB value is (78,9,92). Sum of RGB (Red+Green+Blue) = 78+9+92=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E095C is #B1F6A3. Grayscale: #262626. Windows color (decimal): -11663012 or 6031694. OLE color: 6031694.
HSL color Cylindrical-coordinate representation of color #4E095C: hue angle of 289.88º 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 #4E095C is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 9 | 92 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.64 |
| HSL | 289.88º | 0.82% | 0.2% | - |
| HSV(B) | 289.88º | 0.9% | 0.36% | - |
| XYZ | 5.17 | 2.59 | 10.35 | - |
| YUV | 39.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 92 | 0.15 | 0.90 | 0 | 0.64 | 289.88 | 0.82 | 0.2 |
| Hex | 4E | 9 | 5C | F | 5A | 0 | 40 | 122 | 52 | 14 |
| Octal | 116 | 11 | 134 | 17 | 132 | 0 | 100 | 442 | 122 | 24 |
| Binary | 1001110 | 1001 | 1011100 | 1111 | 1011010 | 0 | 1000000 | 100100010 | 1010010 | 10100 |
Color Harmonies of #4E095C
Complementary color
Monochromatic Colors of #4E095C
Black with #4E095C
Text Example
Text Example
White with #4E095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E095C; }
p { color: rgb(78,9,92); }
H1.HeaderClassName
{
color: #4E095C;
}
.AnyTagClassName
{
color: #4E095C;
}
</style>
background-color css
<style>
a { background-color: #4E095C; }
a { background-color: rgb(78,9,92); }
div.DivClassName
{
background-color: #4E095C;
}
.BgClassName
{
background-color: #4E095C;
}
</style>
border-color css
<style>
span { border-color: #4E095C; }
span { border-color: rgb(78,9,92); }
td.TdClassName
{
border-color: #4E095C;
}
.TagClassName
{
border-color: #4E095C;
}
</style>