#7C204A

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

Shades of Flirt #7C204A

Tints of Flirt #7C204A

Color information

#7C204A (or 0x7C204A) is unknown color: approx Flirt. HEX triplet: 7C, 20 and 4A. RGB value is (124,32,74). Sum of RGB (Red+Green+Blue) = 124+32+74=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C204A is #83DFB5. Grayscale: #404040. Windows color (decimal): -8642486 or 4857980. OLE color: 4857980.

HSL color Cylindrical-coordinate representation of color #7C204A: hue angle of 332.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C204A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1243274-
CMYK00.740.400.51
HSL332.61º58.97%30.59%-
HSV(B)332.61º74.19%48.63%-
XYZ10.065.817.07-
YUV64.3133.48170.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=53.91%
G=13.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124327400.740.400.51332.6158.9730.59
Hex7C204A04A283314d3b1f
Octal17440112011250635157337
Binary111110010000010010100100101010100011001110100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,32,74); }

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

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

 a { background-color: rgb(124,32,74); }

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

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

 span { border-color: rgb(124,32,74); }

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