#7F46C4

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

Shades of Deep Lilac #7F46C4

Tints of Deep Lilac #7F46C4

Color information

#7F46C4 (or 0x7F46C4) is unknown color: approx Deep Lilac. HEX triplet: 7F, 46 and C4. RGB value is (127,70,196). Sum of RGB (Red+Green+Blue) = 127+70+196=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #7F46C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46C4 is #80B93B. Grayscale: #646464. Windows color (decimal): -8436028 or 12863103. OLE color: 12863103.

HSL color Cylindrical-coordinate representation of color #7F46C4: hue angle of 267.14º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F46C4 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12770196-
CMYK0.350.6400.23
HSL267.14º51.64%52.16%-
HSV(B)267.14º64.29%76.86%-
XYZ20.9112.8853.61-
YUV101.41181.38146.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.32%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 196 (76.95% from 255) = 49.87%
R=32.32%
G=17.81%
B=49.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal127701960.350.6400.23267.1451.6452.16
Hex7F46C4234001710b3434
Octal177106304431000274136464
Binary11111111000110110001001000111000000010111100001011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F46C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F46C4; }

 p { color: rgb(127,70,196); }

 H1.HeaderClassName
 {
   color: #7F46C4;
 }
 .AnyTagClassName
 {
   color: #7F46C4;
 }
</style>
background-color css

<style>
 a { background-color: #7F46C4; }

 a { background-color: rgb(127,70,196); }

 div.DivClassName
 {
   background-color: #7F46C4;
 }
 .BgClassName
 {
   background-color: #7F46C4;
 }
</style>
border-color css

<style>
 span { border-color: #7F46C4; }

 span { border-color: rgb(127,70,196); }

 td.TdClassName
 {
   border-color: #7F46C4;
 }
 .TagClassName
 {
   border-color: #7F46C4;
 }
</style>