Html Css Color HEX #745489 Affair

📋 copy color: '#745489'

red 116 ◦ green 84 ◦ blue 137

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

Shades of Affair #745489

Tints of Affair #745489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

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

R = 34.42%
G = 24.93%
B = 40.65%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#745489 (or 0x745489) is known color: Affair. HEX triplet: 74, 54 and 89. RGB value is (116,84,137). Sum of RGB (Red+Green+Blue) = 116+84+137=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 84 (33.20% from 255 or 24.93% 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 #745489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745489 is #8BAB76. Grayscale: #636363. Windows color (decimal): -9153399 or 9000052. OLE color: 9000052.

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

Color convert

RGB 116 84 137 -
CMYK 0.15 0.39 0 0.46
HSL 276.23º 0.24% 0.43% -
HSV(B) 276.23º 0.39% 0.54% -
XYZ 14.89 11.86 25.17 -
YUV 99.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 116 84 137 0.15 0.39 0 0.46 276.23 0.24 0.43
Hex 74 54 89 F 27 0 2E 114 18 2B
Octal 164 124 211 17 47 0 56 424 30 53
Binary 1110100 1010100 10001001 1111 100111 0 101110 100010100 11000 101011

Color Harmonies of #745489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745489

Black with #745489

Text Example


Text Example

White with #745489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745489; }

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

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

background-color css

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

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

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

border-color css

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

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

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