Html Css Color HEX #745689 Affair

📋 copy color: '#745689'

red 116 ◦ green 86 ◦ blue 137

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

Shades of Affair #745689

Tints of Affair #745689

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 86 (33.98% from 255) = 25.37%

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

R = 34.22%
G = 25.37%
B = 40.41%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#745689 (or 0x745689) is known color: Affair. HEX triplet: 74, 56 and 89. RGB value is (116,86,137). Sum of RGB (Red+Green+Blue) = 116+86+137=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #745689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745689 is #8BA976. Grayscale: #646464. Windows color (decimal): -9152887 or 9000564. OLE color: 9000564.

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

Color convert

RGB 116 86 137 -
CMYK 0.15 0.37 0 0.46
HSL 275.29º 0.23% 0.44% -
HSV(B) 275.29º 0.37% 0.54% -
XYZ 15.05 12.17 25.22 -
YUV 100.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 116 86 137 0.15 0.37 0 0.46 275.29 0.23 0.44
Hex 74 56 89 F 25 0 2E 113 17 2C
Octal 164 126 211 17 45 0 56 423 27 54
Binary 1110100 1010110 10001001 1111 100101 0 101110 100010011 10111 101100

Color Harmonies of #745689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745689

Black with #745689

Text Example


Text Example

White with #745689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745689; }

 p { color: rgb(116,86,137); }

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

background-color css

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

 a { background-color: rgb(116,86,137); }

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

border-color css

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

 span { border-color: rgb(116,86,137); }

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