#793A5B

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

Shades of Flirt #793A5B

Tints of Flirt #793A5B

Color information

#793A5B (or 0x793A5B) is unknown color: approx Flirt. HEX triplet: 79, 3A and 5B. RGB value is (121,58,91). Sum of RGB (Red+Green+Blue) = 121+58+91=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #793A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A5B is #86C5A4. Grayscale: #505050. Windows color (decimal): -8832421 or 5978745. OLE color: 5978745.

HSL color Cylindrical-coordinate representation of color #793A5B: hue angle of 328.57º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A5B is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1215891-
CMYK00.520.250.53
HSL328.57º35.2%35.1%-
HSV(B)328.57º52.07%47.45%-
XYZ11.297.8510.82-
YUV80.6133.87156.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=44.81%
G=21.48%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121589100.520.250.53328.5735.235.1
Hex793A5B03419351492323
Octal1717213306431655114343
Binary11110011110101011011011010011001110101101001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A5B; }

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

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

<style>
 a { background-color: #793A5B; }

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

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

<style>
 span { border-color: #793A5B; }

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

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