#7E3160

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

Shades of Flirt #7E3160

Tints of Flirt #7E3160

Color information

#7E3160 (or 0x7E3160) is unknown color: approx Flirt. HEX triplet: 7E, 31 and 60. RGB value is (126,49,96). Sum of RGB (Red+Green+Blue) = 126+49+96=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3160 is #81CE9F. Grayscale: #4D4D4D. Windows color (decimal): -8507040 or 6304126. OLE color: 6304126.

HSL color Cylindrical-coordinate representation of color #7E3160: hue angle of 323.38º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3160 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB1264996-
CMYK00.610.240.51
HSL323.38º44%34.31%-
HSV(B)323.38º61.11%49.41%-
XYZ11.817.4811.89-
YUV77.38138.51162.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=46.49%
G=18.08%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126499600.610.240.51323.384434.31
Hex7E316003D18331432c22
Octal1766114007530635035442
Binary11111101100011100000011110111000110011101000011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,49,96); }

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

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

 a { background-color: rgb(126,49,96); }

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

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

 span { border-color: rgb(126,49,96); }

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