Html Css Color HEX #774991 Affair

📋 copy color: '#774991'

red 119 ◦ green 73 ◦ blue 145

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

Shades of Affair #774991

Tints of Affair #774991

RGB

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

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

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

R = 35.31%
G = 21.66%
B = 43.03%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774991 (or 0x774991) is known color: Affair. HEX triplet: 77, 49 and 91. RGB value is (119,73,145). Sum of RGB (Red+Green+Blue) = 119+73+145=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #774991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774991 is #88B66E. Grayscale: #5E5E5E. Windows color (decimal): -8959599 or 9521527. OLE color: 9521527.

HSL color Cylindrical-coordinate representation of color #774991: hue angle of 278.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774991 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 73 145 -
CMYK 0.18 0.50 0 0.43
HSL 278.33º 0.33% 0.43% -
HSV(B) 278.33º 0.5% 0.57% -
XYZ 15.1 10.73 28.06 -
YUV 94.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 119 73 145 0.18 0.50 0 0.43 278.33 0.33 0.43
Hex 77 49 91 12 32 0 2B 116 21 2B
Octal 167 111 221 22 62 0 53 426 41 53
Binary 1110111 1001001 10010001 10010 110010 0 101011 100010110 100001 101011

Color Harmonies of #774991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774991

Black with #774991

Text Example


Text Example

White with #774991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774991; }

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

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

background-color css

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

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

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

border-color css

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

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

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