#735C88

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

Shades of Affair #735C88

Tints of Affair #735C88

Color information

#735C88 (or 0x735C88) is unknown color: approx Affair. HEX triplet: 73, 5C and 88. RGB value is (115,92,136). Sum of RGB (Red+Green+Blue) = 115+92+136=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #735C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C88 is #8CA377. Grayscale: #676767. Windows color (decimal): -9216888 or 8936563. OLE color: 8936563.

HSL color Cylindrical-coordinate representation of color #735C88: hue angle of 271.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735C88 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11592136-
CMYK0.150.3200.47
HSL271.36º19.3%44.71%-
HSV(B)271.36º32.35%53.33%-
XYZ15.3413.0825.01-
YUV103.89146.12135.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=33.53%
G=26.82%
B=39.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115921360.150.3200.47271.3619.344.71
Hex735C88F2002F10f132d
Octal16313421017400574172355
Binary11100111011100100010001111100000010111110000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C88; }

 p { color: rgb(115,92,136); }

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

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

 a { background-color: rgb(115,92,136); }

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

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

 span { border-color: rgb(115,92,136); }

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