#79335B

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

Shades of Flirt #79335B

Tints of Flirt #79335B

Color information

#79335B (or 0x79335B) is unknown color: approx Flirt. HEX triplet: 79, 33 and 5B. RGB value is (121,51,91). Sum of RGB (Red+Green+Blue) = 121+51+91=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79335B is #86CCA4. Grayscale: #4C4C4C. Windows color (decimal): -8834213 or 5976953. OLE color: 5976953.

HSL color Cylindrical-coordinate representation of color #79335B: hue angle of 325.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79335B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1215191-
CMYK00.580.250.53
HSL325.71º40.7%33.73%-
HSV(B)325.71º57.85%47.45%-
XYZ10.967.1910.71-
YUV76.49136.19159.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=46.01%
G=19.39%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121519100.580.250.53325.7140.733.73
Hex79335B03A19351462922
Octal1716313307231655065142
Binary11110011100111011011011101011001110101101000110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79335B; }

 p { color: rgb(121,51,91); }

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

<style>
 a { background-color: #79335B; }

 a { background-color: rgb(121,51,91); }

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

<style>
 span { border-color: #79335B; }

 span { border-color: rgb(121,51,91); }

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