#7F50C1

Color #7F50C1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #7F50C1

Tints of Deep Lilac #7F50C1

Color information

#7F50C1 (or 0x7F50C1) is unknown color: approx 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

RGB12780193-
CMYK0.340.5900.24
HSL264.96º47.68%53.53%-
HSV(B)264.96º58.55%75.69%-
XYZ21.2514.152.05-
YUV106.94176.57142.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=31.75%
G=20%
B=48.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127801930.340.5900.24264.9647.6853.53
Hex7F50C1223B0181093036
Octal17712030142730304116066
Binary1111111101000011000001100010111011011000100001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F50C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>