#7C294E

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

Shades of Flirt #7C294E

Tints of Flirt #7C294E

Color information

#7C294E (or 0x7C294E) is unknown color: approx Flirt. HEX triplet: 7C, 29 and 4E. RGB value is (124,41,78). Sum of RGB (Red+Green+Blue) = 124+41+78=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C294E is #83D6B1. Grayscale: #454545. Windows color (decimal): -8640178 or 5122428. OLE color: 5122428.

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

Color convert

RGB1244178-
CMYK00.670.370.51
HSL333.25º50.3%32.35%-
HSV(B)333.25º66.94%48.63%-
XYZ10.486.427.89-
YUV70.04132.5166.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=51.03%
G=16.87%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124417800.670.370.51333.2550.332.35
Hex7C294E043253314d3220
Octal17451116010345635156240
Binary1111100101001100111001000011100101110011101001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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