Html Css Color HEX #774490 Affair

📋 copy color: '#774490'

red 119 ◦ green 68 ◦ blue 144

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

Shades of Affair #774490

Tints of Affair #774490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 35.95%
G = 20.54%
B = 43.5%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#774490 (or 0x774490) is known color: Affair. HEX triplet: 77, 44 and 90. RGB value is (119,68,144). Sum of RGB (Red+Green+Blue) = 119+68+144=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #774490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774490 is #88BB6F. Grayscale: #5B5B5B. Windows color (decimal): -8960880 or 9454711. OLE color: 9454711.

HSL color Cylindrical-coordinate representation of color #774490: hue angle of 280.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774490 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 68 144 -
CMYK 0.17 0.53 0 0.44
HSL 280.26º 0.36% 0.42% -
HSV(B) 280.26º 0.53% 0.56% -
XYZ 14.71 10.07 27.55 -
YUV 91.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 119 68 144 0.17 0.53 0 0.44 280.26 0.36 0.42
Hex 77 44 90 11 35 0 2C 118 24 2A
Octal 167 104 220 21 65 0 54 430 44 52
Binary 1110111 1000100 10010000 10001 110101 0 101100 100011000 100100 101010

Color Harmonies of #774490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774490

Black with #774490

Text Example


Text Example

White with #774490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774490; }

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

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

background-color css

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

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

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

border-color css

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

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

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