#7E315C

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

Shades of Flirt #7E315C

Tints of Flirt #7E315C

Color information

#7E315C (or 0x7E315C) is unknown color: approx Flirt. HEX triplet: 7E, 31 and 5C. RGB value is (126,49,92). Sum of RGB (Red+Green+Blue) = 126+49+92=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E315C is #81CEA3. Grayscale: #4C4C4C. Windows color (decimal): -8507044 or 6041982. OLE color: 6041982.

HSL color Cylindrical-coordinate representation of color #7E315C: hue angle of 326.49º 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 #7E315C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1264992-
CMYK00.610.270.51
HSL326.49º44%34.31%-
HSV(B)326.49º61.11%49.41%-
XYZ11.637.410.94-
YUV76.92136.51163-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=47.19%
G=18.35%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126499200.610.270.51326.494434.31
Hex7E315C03D1B331462c22
Octal1766113407533635065442
Binary11111101100011011100011110111011110011101000110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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