Html Css Color HEX #774D91 Affair

📋 copy color: '#774D91'

red 119 ◦ green 77 ◦ blue 145

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

Shades of Affair #774D91

Tints of Affair #774D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

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

R = 34.9%
G = 22.58%
B = 42.52%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774D91 (or 0x774D91) is known color: Affair. HEX triplet: 77, 4D and 91. RGB value is (119,77,145). Sum of RGB (Red+Green+Blue) = 119+77+145=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #774D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D91 is #88B26E. Grayscale: #616161. Windows color (decimal): -8958575 or 9522551. OLE color: 9522551.

HSL color Cylindrical-coordinate representation of color #774D91: hue angle of 277.06º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #774D91 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 77 145 -
CMYK 0.18 0.47 0 0.43
HSL 277.06º 0.31% 0.44% -
HSV(B) 277.06º 0.47% 0.57% -
XYZ 15.37 11.27 28.15 -
YUV 97.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 119 77 145 0.18 0.47 0 0.43 277.06 0.31 0.44
Hex 77 4D 91 12 2F 0 2B 115 1F 2C
Octal 167 115 221 22 57 0 53 425 37 54
Binary 1110111 1001101 10010001 10010 101111 0 101011 100010101 11111 101100

Color Harmonies of #774D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D91

Black with #774D91

Text Example


Text Example

White with #774D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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