Html Css Color HEX #774489 Affair

📋 copy color: '#774489'

red 119 ◦ green 68 ◦ blue 137

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

Shades of Affair #774489

Tints of Affair #774489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 36.73%
G = 20.99%
B = 42.28%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#774489 (or 0x774489) is known color: Affair. HEX triplet: 77, 44 and 89. RGB value is (119,68,137). Sum of RGB (Red+Green+Blue) = 119+68+137=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #774489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774489 is #88BB76. Grayscale: #5A5A5A. Windows color (decimal): -8960887 or 8995959. OLE color: 8995959.

HSL color Cylindrical-coordinate representation of color #774489: hue angle of 284.35º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774489 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 68 137 -
CMYK 0.13 0.50 0 0.46
HSL 284.35º 0.34% 0.4% -
HSV(B) 284.35º 0.5% 0.54% -
XYZ 14.19 9.86 24.82 -
YUV 91.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 119 68 137 0.13 0.50 0 0.46 284.35 0.34 0.4
Hex 77 44 89 D 32 0 2E 11C 22 28
Octal 167 104 211 15 62 0 56 434 42 50
Binary 1110111 1000100 10001001 1101 110010 0 101110 100011100 100010 101000

Color Harmonies of #774489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774489

Black with #774489

Text Example


Text Example

White with #774489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774489; }

 p { color: rgb(119,68,137); }

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

background-color css

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

 a { background-color: rgb(119,68,137); }

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

border-color css

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

 span { border-color: rgb(119,68,137); }

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