#7C314E

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

Shades of Flirt #7C314E

Tints of Flirt #7C314E

Color information

#7C314E (or 0x7C314E) is unknown color: approx Flirt. HEX triplet: 7C, 31 and 4E. RGB value is (124,49,78). Sum of RGB (Red+Green+Blue) = 124+49+78=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C314E is #83CEB1. Grayscale: #4A4A4A. Windows color (decimal): -8638130 or 5124476. OLE color: 5124476.

HSL color Cylindrical-coordinate representation of color #7C314E: hue angle of 336.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C314E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1244978-
CMYK00.600.370.51
HSL336.8º43.35%33.92%-
HSV(B)336.8º60.48%48.63%-
XYZ10.797.038-
YUV74.73129.85163.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=49.40%
G=19.52%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124497800.600.370.51336.843.3533.92
Hex7C314E03C25331512b22
Octal1746111607445635215342
Binary111110011000110011100111100100101110011101010001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,49,78); }

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

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

 a { background-color: rgb(124,49,78); }

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

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

 span { border-color: rgb(124,49,78); }

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