#735C84

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

Shades of Affair #735C84

Tints of Affair #735C84

Color information

#735C84 (or 0x735C84) is unknown color: approx Affair. HEX triplet: 73, 5C and 84. RGB value is (115,92,132). Sum of RGB (Red+Green+Blue) = 115+92+132=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #735C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735C84 is #8CA37B. Grayscale: #676767. Windows color (decimal): -9216892 or 8674419. OLE color: 8674419.

HSL color Cylindrical-coordinate representation of color #735C84: hue angle of 274.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735C84 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11592132-
CMYK0.130.3000.48
HSL274.5º17.86%43.92%-
HSV(B)274.5º30.3%51.76%-
XYZ15.0612.9723.54-
YUV103.44144.12136.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=33.92%
G=27.14%
B=38.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115921320.130.3000.48274.517.8643.92
Hex735C84D1E030112122c
Octal16313420415360604222254
Binary1110011101110010000100110111110011000010001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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