#7E295B

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

Shades of Flirt #7E295B

Tints of Flirt #7E295B

Color information

#7E295B (or 0x7E295B) is unknown color: approx Flirt. HEX triplet: 7E, 29 and 5B. RGB value is (126,41,91). Sum of RGB (Red+Green+Blue) = 126+41+91=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E295B is #81D6A4. Grayscale: #484848. Windows color (decimal): -8509093 or 5974398. OLE color: 5974398.

HSL color Cylindrical-coordinate representation of color #7E295B: hue angle of 324.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E295B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1264191-
CMYK00.670.280.51
HSL324.71º50.9%32.75%-
HSV(B)324.71º67.46%49.41%-
XYZ11.296.7810.61-
YUV72.11138.66166.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.84%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=48.84%
G=15.89%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126419100.670.280.51324.7150.932.75
Hex7E295B0431C331453321
Octal17651133010334635056341
Binary111111010100110110110100001111100110011101000101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,41,91); }

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

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

 a { background-color: rgb(126,41,91); }

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

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

 span { border-color: rgb(126,41,91); }

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