#735581

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

Shades of Affair #735581

Tints of Affair #735581

Color information

#735581 (or 0x735581) is unknown color: approx Affair. HEX triplet: 73, 55 and 81. RGB value is (115,85,129). Sum of RGB (Red+Green+Blue) = 115+85+129=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #735581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735581 is #8CAA7E. Grayscale: #626262. Windows color (decimal): -9218687 or 8476019. OLE color: 8476019.

HSL color Cylindrical-coordinate representation of color #735581: hue angle of 280.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735581 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11585129-
CMYK0.110.3400.49
HSL280.91º20.56%41.96%-
HSV(B)280.91º34.11%50.59%-
XYZ14.2811.7322.28-
YUV98.99144.94139.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=34.95%
G=25.84%
B=39.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115851290.110.3400.49280.9120.5641.96
Hex735581B22031119152a
Octal16312520113420614312552
Binary11100111010101100000011011100010011000110001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735581; }

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

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

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

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

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

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

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

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