#79305E

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

Shades of Flirt #79305E

Tints of Flirt #79305E

Color information

#79305E (or 0x79305E) is unknown color: approx Flirt. HEX triplet: 79, 30 and 5E. RGB value is (121,48,94). Sum of RGB (Red+Green+Blue) = 121+48+94=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79305E is #86CFA1. Grayscale: #4A4A4A. Windows color (decimal): -8834978 or 6172793. OLE color: 6172793.

HSL color Cylindrical-coordinate representation of color #79305E: hue angle of 322.19º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79305E is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1214894-
CMYK00.600.220.53
HSL322.19º43.2%33.14%-
HSV(B)322.19º60.33%47.45%-
XYZ10.966.9911.36-
YUV75.07138.68160.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=46.01%
G=18.25%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121489400.600.220.53322.1943.233.14
Hex79305E03C16351422b21
Octal1716013607426655025341
Binary11110011100001011110011110010110110101101000010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79305E; }

 p { color: rgb(121,48,94); }

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

<style>
 a { background-color: #79305E; }

 a { background-color: rgb(121,48,94); }

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

<style>
 span { border-color: #79305E; }

 span { border-color: rgb(121,48,94); }

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