#7F4CC4

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

Shades of Deep Lilac #7F4CC4

Tints of Deep Lilac #7F4CC4

Color information

#7F4CC4 (or 0x7F4CC4) is unknown color: approx Deep Lilac. HEX triplet: 7F, 4C and C4. RGB value is (127,76,196). Sum of RGB (Red+Green+Blue) = 127+76+196=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #7F4CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CC4 is #80B33B. Grayscale: #686868. Windows color (decimal): -8434492 or 12864639. OLE color: 12864639.

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

Color convert

RGB12776196-
CMYK0.350.6100.23
HSL265.5º50.42%53.33%-
HSV(B)265.5º61.22%76.86%-
XYZ21.313.6753.74-
YUV104.93179.4143.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=31.83%
G=19.05%
B=49.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal127761960.350.6100.23265.550.4253.33
Hex7F4CC4233D01710a3235
Octal17711430443750274126265
Binary1111111100110011000100100011111101010111100001010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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