#742E5A

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

Shades of Flirt #742E5A

Tints of Flirt #742E5A

Color information

#742E5A (or 0x742E5A) is unknown color: approx Flirt. HEX triplet: 74, 2E and 5A. RGB value is (116,46,90). Sum of RGB (Red+Green+Blue) = 116+46+90=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E5A is #8BD1A5. Grayscale: #474747. Windows color (decimal): -9163174 or 5910132. OLE color: 5910132.

HSL color Cylindrical-coordinate representation of color #742E5A: hue angle of 322.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E5A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1164690-
CMYK00.600.220.55
HSL322.29º43.21%31.76%-
HSV(B)322.29º60.34%45.49%-
XYZ10.026.4110.38-
YUV71.95138.19159.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=46.03%
G=18.25%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116469000.600.220.55322.2943.2131.76
Hex742E5A03C16371422b20
Octal1645613207426675025340
Binary11101001011101011010011110010110110111101000010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E5A; }

 p { color: rgb(116,46,90); }

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

<style>
 a { background-color: #742E5A; }

 a { background-color: rgb(116,46,90); }

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

<style>
 span { border-color: #742E5A; }

 span { border-color: rgb(116,46,90); }

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