Html Css Color HEX #745079 Affair

📋 copy color: '#745079'

red 116 ◦ green 80 ◦ blue 121

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

Shades of Affair #745079

Tints of Affair #745079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 36.59%
G = 25.24%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745079 (or 0x745079) is known color: Affair. HEX triplet: 74, 50 and 79. RGB value is (116,80,121). Sum of RGB (Red+Green+Blue) = 116+80+121=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #745079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745079 is #8BAF86. Grayscale: #5F5F5F. Windows color (decimal): -9154439 or 7950452. OLE color: 7950452.

HSL color Cylindrical-coordinate representation of color #745079: hue angle of 292.68º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745079 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 80 121 -
CMYK 0.04 0.34 0 0.53
HSL 292.68º 0.2% 0.39% -
HSV(B) 292.68º 0.34% 0.47% -
XYZ 13.52 10.83 19.47 -
YUV 95.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 116 80 121 0.04 0.34 0 0.53 292.68 0.2 0.39
Hex 74 50 79 4 22 0 35 125 14 27
Octal 164 120 171 4 42 0 65 445 24 47
Binary 1110100 1010000 1111001 100 100010 0 110101 100100101 10100 100111

Color Harmonies of #745079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745079

Black with #745079

Text Example


Text Example

White with #745079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745079; }

 p { color: rgb(116,80,121); }

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

background-color css

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

 a { background-color: rgb(116,80,121); }

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

border-color css

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

 span { border-color: rgb(116,80,121); }

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