Html Css Color HEX #774790 Affair

📋 copy color: '#774790'

red 119 ◦ green 71 ◦ blue 144

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

Shades of Affair #774790

Tints of Affair #774790

RGB

 RED value IS 119 (46.88% from 255) = 35.63%

 GREEN value IS 71 (28.13% from 255) = 21.26%

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

R = 35.63%
G = 21.26%
B = 43.11%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#774790 (or 0x774790) is known color: Affair. HEX triplet: 77, 47 and 90. RGB value is (119,71,144). Sum of RGB (Red+Green+Blue) = 119+71+144=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #774790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774790 is #88B86F. Grayscale: #5D5D5D. Windows color (decimal): -8960112 or 9455479. OLE color: 9455479.

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

Color convert

RGB 119 71 144 -
CMYK 0.17 0.51 0 0.44
HSL 279.45º 0.34% 0.42% -
HSV(B) 279.45º 0.51% 0.56% -
XYZ 14.9 10.44 27.62 -
YUV 93.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 119 71 144 0.17 0.51 0 0.44 279.45 0.34 0.42
Hex 77 47 90 11 33 0 2C 117 22 2A
Octal 167 107 220 21 63 0 54 427 42 52
Binary 1110111 1000111 10010000 10001 110011 0 101100 100010111 100010 101010

Color Harmonies of #774790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774790

Black with #774790

Text Example


Text Example

White with #774790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774790; }

 p { color: rgb(119,71,144); }

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

background-color css

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

 a { background-color: rgb(119,71,144); }

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

border-color css

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

 span { border-color: rgb(119,71,144); }

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