#735079

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

Shades of Affair #735079

Tints of Affair #735079

Color information

#735079 (or 0x735079) is unknown color: approx Affair. HEX triplet: 73, 50 and 79. RGB value is (115,80,121). Sum of RGB (Red+Green+Blue) = 115+80+121=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #735079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735079 is #8CAF86. Grayscale: #5F5F5F. Windows color (decimal): -9219975 or 7950451. OLE color: 7950451.

HSL color Cylindrical-coordinate representation of color #735079: hue angle of 291.22º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735079 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11580121-
CMYK0.050.3400.53
HSL291.22º20.4%39.41%-
HSV(B)291.22º33.88%47.45%-
XYZ13.3910.7619.46-
YUV95.14142.6142.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=36.39%
G=25.32%
B=38.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115801210.050.3400.53291.2220.439.41
Hex7350795220351231427
Octal1631201715420654432447
Binary111001110100001111001101100010011010110010001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735079; }

 p { color: rgb(115,80,121); }

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

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

 a { background-color: rgb(115,80,121); }

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

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

 span { border-color: rgb(115,80,121); }

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