Html Css Color HEX #745490 Affair

📋 copy color: '#745490'

red 116 ◦ green 84 ◦ blue 144

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

Shades of Affair #745490

Tints of Affair #745490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 33.72%
G = 24.42%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#745490 (or 0x745490) is known color: Affair. HEX triplet: 74, 54 and 90. RGB value is (116,84,144). Sum of RGB (Red+Green+Blue) = 116+84+144=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #745490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745490 is #8BAB6F. Grayscale: #646464. Windows color (decimal): -9153392 or 9458804. OLE color: 9458804.

HSL color Cylindrical-coordinate representation of color #745490: hue angle of 272º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745490 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 84 144 -
CMYK 0.19 0.42 0 0.44
HSL 272º 0.26% 0.45% -
HSV(B) 272º 0.42% 0.56% -
XYZ 15.41 12.07 27.9 -
YUV 100.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 116 84 144 0.19 0.42 0 0.44 272 0.26 0.45
Hex 74 54 90 13 2A 0 2C 110 1A 2D
Octal 164 124 220 23 52 0 54 420 32 55
Binary 1110100 1010100 10010000 10011 101010 0 101100 100010000 11010 101101

Color Harmonies of #745490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745490

Black with #745490

Text Example


Text Example

White with #745490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745490; }

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

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

background-color css

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

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

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

border-color css

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

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

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