Html Css Color HEX #774981 Affair

📋 copy color: '#774981'

red 119 ◦ green 73 ◦ blue 129

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

Shades of Affair #774981

Tints of Affair #774981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 37.07%
G = 22.74%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#774981 (or 0x774981) is known color: Affair. HEX triplet: 77, 49 and 81. RGB value is (119,73,129). Sum of RGB (Red+Green+Blue) = 119+73+129=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #774981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774981 is #88B67E. Grayscale: #5C5C5C. Windows color (decimal): -8959615 or 8472951. OLE color: 8472951.

HSL color Cylindrical-coordinate representation of color #774981: hue angle of 289.29º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774981 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 73 129 -
CMYK 0.08 0.43 0 0.49
HSL 289.29º 0.28% 0.4% -
HSV(B) 289.29º 0.43% 0.51% -
XYZ 13.95 10.27 22.02 -
YUV 93.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 119 73 129 0.08 0.43 0 0.49 289.29 0.28 0.4
Hex 77 49 81 8 2B 0 31 121 1C 28
Octal 167 111 201 10 53 0 61 441 34 50
Binary 1110111 1001001 10000001 1000 101011 0 110001 100100001 11100 101000

Color Harmonies of #774981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774981

Black with #774981

Text Example


Text Example

White with #774981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774981; }

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

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

background-color css

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

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

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

border-color css

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

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

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