Shades of Deep Lilac #7F50C1
Tints of Deep Lilac #7F50C1
RGB
CMYK
RGB Variations
Color information
#7F50C1 (or 0x7F50C1) is known color: Deep Lilac. HEX triplet: 7F, 50 and C1. RGB value is (127,80,193). Sum of RGB (Red+Green+Blue) = 127+80+193=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F50C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50C1 is #80AF3E. Grayscale: #6A6A6A. Windows color (decimal): -8433471 or 12669055. OLE color: 12669055.
HSL color Cylindrical-coordinate representation of color #7F50C1: hue angle of 264.96º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F50C1 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 80 | 193 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.24 |
| HSL | 264.96º | 0.48% | 0.54% | - |
| HSV(B) | 264.96º | 0.59% | 0.76% | - |
| XYZ | 21.25 | 14.1 | 52.05 | - |
| YUV | 106.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 193 | 0.34 | 0.59 | 0 | 0.24 | 264.96 | 0.48 | 0.54 |
| Hex | 7F | 50 | C1 | 22 | 3B | 0 | 18 | 109 | 30 | 36 |
| Octal | 177 | 120 | 301 | 42 | 73 | 0 | 30 | 411 | 60 | 66 |
| Binary | 1111111 | 1010000 | 11000001 | 100010 | 111011 | 0 | 11000 | 100001001 | 110000 | 110110 |
Color Harmonies of #7F50C1
Complementary color
Monochromatic Colors of #7F50C1
Black with #7F50C1
Text Example
Text Example
White with #7F50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50C1; }
p { color: rgb(127,80,193); }
H1.HeaderClassName
{
color: #7F50C1;
}
.AnyTagClassName
{
color: #7F50C1;
}
</style>
background-color css
<style>
a { background-color: #7F50C1; }
a { background-color: rgb(127,80,193); }
div.DivClassName
{
background-color: #7F50C1;
}
.BgClassName
{
background-color: #7F50C1;
}
</style>
border-color css
<style>
span { border-color: #7F50C1; }
span { border-color: rgb(127,80,193); }
td.TdClassName
{
border-color: #7F50C1;
}
.TagClassName
{
border-color: #7F50C1;
}
</style>