#7C3A58

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

Shades of Flirt #7C3A58

Tints of Flirt #7C3A58

Color information

#7C3A58 (or 0x7C3A58) is unknown color: approx Flirt. HEX triplet: 7C, 3A and 58. RGB value is (124,58,88). Sum of RGB (Red+Green+Blue) = 124+58+88=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A58 is #83C5A7. Grayscale: #515151. Windows color (decimal): -8635816 or 5782140. OLE color: 5782140.

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

Color convert

RGB1245888-
CMYK00.530.290.51
HSL332.73º36.26%35.69%-
HSV(B)332.73º53.23%48.63%-
XYZ11.598.0210.17-
YUV81.15131.87158.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=45.93%
G=21.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124588800.530.290.51332.7336.2635.69
Hex7C3A580351D3314d2424
Octal1747213006535635154444
Binary11111001110101011000011010111101110011101001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,58,88); }

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

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

 a { background-color: rgb(124,58,88); }

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

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

 span { border-color: rgb(124,58,88); }

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