Html Css Color HEX #745189 Affair

📋 copy color: '#745189'

red 116 ◦ green 81 ◦ blue 137

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

Shades of Affair #745189

Tints of Affair #745189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

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

R = 34.73%
G = 24.25%
B = 41.02%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#745189 (or 0x745189) is known color: Affair. HEX triplet: 74, 51 and 89. RGB value is (116,81,137). Sum of RGB (Red+Green+Blue) = 116+81+137=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #745189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745189 is #8BAE76. Grayscale: #616161. Windows color (decimal): -9154167 or 8999284. OLE color: 8999284.

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

Color convert

RGB 116 81 137 -
CMYK 0.15 0.41 0 0.46
HSL 277.5º 0.26% 0.43% -
HSV(B) 277.5º 0.41% 0.54% -
XYZ 14.66 11.4 25.1 -
YUV 97.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 116 81 137 0.15 0.41 0 0.46 277.5 0.26 0.43
Hex 74 51 89 F 29 0 2E 116 1A 2B
Octal 164 121 211 17 51 0 56 426 32 53
Binary 1110100 1010001 10001001 1111 101001 0 101110 100010110 11010 101011

Color Harmonies of #745189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745189

Black with #745189

Text Example


Text Example

White with #745189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745189; }

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

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

background-color css

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

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

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

border-color css

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

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

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