Shades of Deep Lilac #7E49C4
Tints of Deep Lilac #7E49C4
RGB
CMYK
RGB Variations
Color information
#7E49C4 (or 0x7E49C4) is known color: Deep Lilac. HEX triplet: 7E, 49 and C4. RGB value is (126,73,196). Sum of RGB (Red+Green+Blue) = 126+73+196=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #7E49C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E49C4 is #81B63B. Grayscale: #666666. Windows color (decimal): -8500796 or 12863870. OLE color: 12863870.
HSL color Cylindrical-coordinate representation of color #7E49C4: hue angle of 265.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E49C4 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 73 | 196 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.23 |
| HSL | 265.85º | 0.51% | 0.53% | - |
| HSV(B) | 265.85º | 0.63% | 0.77% | - |
| XYZ | 20.95 | 13.19 | 53.67 | - |
| YUV | 102.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 196 | 0.36 | 0.63 | 0 | 0.23 | 265.85 | 0.51 | 0.53 |
| Hex | 7E | 49 | C4 | 24 | 3F | 0 | 17 | 10A | 33 | 35 |
| Octal | 176 | 111 | 304 | 44 | 77 | 0 | 27 | 412 | 63 | 65 |
| Binary | 1111110 | 1001001 | 11000100 | 100100 | 111111 | 0 | 10111 | 100001010 | 110011 | 110101 |
Color Harmonies of #7E49C4
Complementary color
Monochromatic Colors of #7E49C4
Black with #7E49C4
Text Example
Text Example
White with #7E49C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E49C4; }
p { color: rgb(126,73,196); }
H1.HeaderClassName
{
color: #7E49C4;
}
.AnyTagClassName
{
color: #7E49C4;
}
</style>
background-color css
<style>
a { background-color: #7E49C4; }
a { background-color: rgb(126,73,196); }
div.DivClassName
{
background-color: #7E49C4;
}
.BgClassName
{
background-color: #7E49C4;
}
</style>
border-color css
<style>
span { border-color: #7E49C4; }
span { border-color: rgb(126,73,196); }
td.TdClassName
{
border-color: #7E49C4;
}
.TagClassName
{
border-color: #7E49C4;
}
</style>