#735590

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

Shades of Affair #735590

Tints of Affair #735590

Color information

#735590 (or 0x735590) is unknown color: approx Affair. HEX triplet: 73, 55 and 90. RGB value is (115,85,144). Sum of RGB (Red+Green+Blue) = 115+85+144=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #735590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735590 is #8CAA6F. Grayscale: #646464. Windows color (decimal): -9218672 or 9459059. OLE color: 9459059.

HSL color Cylindrical-coordinate representation of color #735590: hue angle of 270.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #735590 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11585144-
CMYK0.200.4100.44
HSL270.51º25.76%44.9%-
HSV(B)270.51º40.97%56.47%-
XYZ15.3512.1627.92-
YUV100.7152.44138.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=33.43%
G=24.71%
B=41.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115851440.200.4100.44270.5125.7644.9
Hex735590142902C10f1a2d
Octal16312522024510544173255
Binary111001110101011001000010100101001010110010000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735590; }

 p { color: rgb(115,85,144); }

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

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

 a { background-color: rgb(115,85,144); }

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

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

 span { border-color: rgb(115,85,144); }

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