Html Css Color HEX #774990 Affair

📋 copy color: '#774990'

red 119 ◦ green 73 ◦ blue 144

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

Shades of Affair #774990

Tints of Affair #774990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 35.42%
G = 21.73%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#774990 (or 0x774990) is known color: Affair. HEX triplet: 77, 49 and 90. RGB value is (119,73,144). Sum of RGB (Red+Green+Blue) = 119+73+144=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #774990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774990 is #88B66F. Grayscale: #5E5E5E. Windows color (decimal): -8959600 or 9455991. OLE color: 9455991.

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

Color convert

RGB 119 73 144 -
CMYK 0.17 0.49 0 0.44
HSL 278.87º 0.33% 0.43% -
HSV(B) 278.87º 0.49% 0.56% -
XYZ 15.02 10.7 27.66 -
YUV 94.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 119 73 144 0.17 0.49 0 0.44 278.87 0.33 0.43
Hex 77 49 90 11 31 0 2C 117 21 2B
Octal 167 111 220 21 61 0 54 427 41 53
Binary 1110111 1001001 10010000 10001 110001 0 101100 100010111 100001 101011

Color Harmonies of #774990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774990

Black with #774990

Text Example


Text Example

White with #774990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774990; }

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

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

background-color css

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

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

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

border-color css

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

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

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