#7E3A5A

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

Shades of Flirt #7E3A5A

Tints of Flirt #7E3A5A

Color information

#7E3A5A (or 0x7E3A5A) is unknown color: approx Flirt. HEX triplet: 7E, 3A and 5A. RGB value is (126,58,90). Sum of RGB (Red+Green+Blue) = 126+58+90=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A5A is #81C5A5. Grayscale: #515151. Windows color (decimal): -8504742 or 5913214. OLE color: 5913214.

HSL color Cylindrical-coordinate representation of color #7E3A5A: hue angle of 331.76º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A5A is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1265890-
CMYK00.540.290.51
HSL331.76º36.96%36.08%-
HSV(B)331.76º53.97%49.41%-
XYZ11.968.210.63-
YUV81.98132.53159.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=45.99%
G=21.17%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126589000.540.290.51331.7636.9636.08
Hex7E3A5A0361D3314c2524
Octal1767213206635635144544
Binary11111101110101011010011011011101110011101001100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,58,90); }

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

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

 a { background-color: rgb(126,58,90); }

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

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

 span { border-color: rgb(126,58,90); }

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