Html Css Color HEX #735589 Affair

📋 copy color: '#735589'

red 115 ◦ green 85 ◦ blue 137

#735589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #735589

Tints of Affair #735589

RGB

 RED value IS 115 (45.31% from 255) = 34.12%

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 137 (53.91% from 255) = 40.65%

R = 34.12%
G = 25.22%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#735589 (or 0x735589) is known color: Affair. HEX triplet: 73, 55 and 89. RGB value is (115,85,137). Sum of RGB (Red+Green+Blue) = 115+85+137=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #735589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735589 is #8CAA76. Grayscale: #636363. Windows color (decimal): -9218679 or 9000307. OLE color: 9000307.

HSL color Cylindrical-coordinate representation of color #735589: hue angle of 274.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735589 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 85 137 -
CMYK 0.16 0.38 0 0.46
HSL 274.62º 0.23% 0.44% -
HSV(B) 274.62º 0.38% 0.54% -
XYZ 14.83 11.95 25.19 -
YUV 99.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 115 85 137 0.16 0.38 0 0.46 274.62 0.23 0.44
Hex 73 55 89 10 26 0 2E 113 17 2C
Octal 163 125 211 20 46 0 56 423 27 54
Binary 1110011 1010101 10001001 10000 100110 0 101110 100010011 10111 101100

Color Harmonies of #735589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735589

Black with #735589

Text Example


Text Example

White with #735589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735589; }

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

 H1.HeaderClassName
 {
   color: #735589;
 }
 .AnyTagClassName
 {
   color: #735589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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