Html Css Color HEX #774984 Affair

📋 copy color: '#774984'

red 119 ◦ green 73 ◦ blue 132

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

Shades of Affair #774984

Tints of Affair #774984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 36.73%
G = 22.53%
B = 40.74%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#774984 (or 0x774984) is known color: Affair. HEX triplet: 77, 49 and 84. RGB value is (119,73,132). Sum of RGB (Red+Green+Blue) = 119+73+132=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #774984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774984 is #88B67B. Grayscale: #5D5D5D. Windows color (decimal): -8959612 or 8669559. OLE color: 8669559.

HSL color Cylindrical-coordinate representation of color #774984: hue angle of 286.78º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774984 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 73 132 -
CMYK 0.10 0.45 0 0.48
HSL 286.78º 0.29% 0.4% -
HSV(B) 286.78º 0.45% 0.52% -
XYZ 14.16 10.35 23.08 -
YUV 93.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 119 73 132 0.10 0.45 0 0.48 286.78 0.29 0.4
Hex 77 49 84 A 2D 0 30 11F 1D 28
Octal 167 111 204 12 55 0 60 437 35 50
Binary 1110111 1001001 10000100 1010 101101 0 110000 100011111 11101 101000

Color Harmonies of #774984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774984

Black with #774984

Text Example


Text Example

White with #774984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774984; }

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

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

background-color css

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

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

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

border-color css

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

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

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