Shades of Hot Purple #4E045C
Tints of Hot Purple #4E045C
RGB
CMYK
RGB Variations
Color information
#4E045C (or 0x4E045C) is known color: Hot Purple. HEX triplet: 4E, 04 and 5C. RGB value is (78,4,92). Sum of RGB (Red+Green+Blue) = 78+4+92=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E045C is #B1FBA3. Grayscale: #232323. Windows color (decimal): -11664292 or 6030414. OLE color: 6030414.
HSL color Cylindrical-coordinate representation of color #4E045C: hue angle of 290.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E045C is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 4 | 92 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.64 |
| HSL | 290.45º | 0.92% | 0.19% | - |
| HSV(B) | 290.45º | 0.96% | 0.36% | - |
| XYZ | 5.12 | 2.48 | 10.33 | - |
| YUV | 36.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 92 | 0.15 | 0.96 | 0 | 0.64 | 290.45 | 0.92 | 0.19 |
| Hex | 4E | 4 | 5C | F | 60 | 0 | 40 | 122 | 5C | 13 |
| Octal | 116 | 4 | 134 | 17 | 140 | 0 | 100 | 442 | 134 | 23 |
| Binary | 1001110 | 100 | 1011100 | 1111 | 1100000 | 0 | 1000000 | 100100010 | 1011100 | 10011 |
Color Harmonies of #4E045C
Complementary color
Monochromatic Colors of #4E045C
Black with #4E045C
Text Example
Text Example
White with #4E045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E045C; }
p { color: rgb(78,4,92); }
H1.HeaderClassName
{
color: #4E045C;
}
.AnyTagClassName
{
color: #4E045C;
}
</style>
background-color css
<style>
a { background-color: #4E045C; }
a { background-color: rgb(78,4,92); }
div.DivClassName
{
background-color: #4E045C;
}
.BgClassName
{
background-color: #4E045C;
}
</style>
border-color css
<style>
span { border-color: #4E045C; }
span { border-color: rgb(78,4,92); }
td.TdClassName
{
border-color: #4E045C;
}
.TagClassName
{
border-color: #4E045C;
}
</style>