Html Css Color HEX #745491 Affair

📋 copy color: '#745491'

red 116 ◦ green 84 ◦ blue 145

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

Shades of Affair #745491

Tints of Affair #745491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 33.62%
G = 24.35%
B = 42.03%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#745491 (or 0x745491) is known color: Affair. HEX triplet: 74, 54 and 91. RGB value is (116,84,145). Sum of RGB (Red+Green+Blue) = 116+84+145=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #745491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745491 is #8BAB6E. Grayscale: #646464. Windows color (decimal): -9153391 or 9524340. OLE color: 9524340.

HSL color Cylindrical-coordinate representation of color #745491: hue angle of 271.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745491 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 84 145 -
CMYK 0.2 0.42 0 0.43
HSL 271.48º 0.27% 0.45% -
HSV(B) 271.48º 0.42% 0.57% -
XYZ 15.48 12.1 28.31 -
YUV 100.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 116 84 145 0.2 0.42 0 0.43 271.48 0.27 0.45
Hex 74 54 91 14 2A 0 2B 10F 1B 2D
Octal 164 124 221 24 52 0 53 417 33 55
Binary 1110100 1010100 10010001 10100 101010 0 101011 100001111 11011 101101

Color Harmonies of #745491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745491

Black with #745491

Text Example


Text Example

White with #745491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745491; }

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

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

background-color css

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

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

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

border-color css

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

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

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