#7A204C

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

Shades of Flirt #7A204C

Tints of Flirt #7A204C

Color information

#7A204C (or 0x7A204C) is unknown color: approx Flirt. HEX triplet: 7A, 20 and 4C. RGB value is (122,32,76). Sum of RGB (Red+Green+Blue) = 122+32+76=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A204C is #85DFB3. Grayscale: #3F3F3F. Windows color (decimal): -8773556 or 4989050. OLE color: 4989050.

HSL color Cylindrical-coordinate representation of color #7A204C: hue angle of 330.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A204C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1223276-
CMYK00.740.380.52
HSL330.67º58.44%30.2%-
HSV(B)330.67º73.77%47.84%-
XYZ9.855.697.42-
YUV63.93134.82169.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=53.04%
G=13.91%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122327600.740.380.52330.6758.4430.2
Hex7A204C04A263414b3a1e
Octal17240114011246645137236
Binary111101010000010011000100101010011011010010100101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,32,76); }

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

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

 a { background-color: rgb(122,32,76); }

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

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

 span { border-color: rgb(122,32,76); }

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