Html Css Color HEX #774390 Affair

📋 copy color: '#774390'

red 119 ◦ green 67 ◦ blue 144

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

Shades of Affair #774390

Tints of Affair #774390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 36.06%
G = 20.3%
B = 43.64%

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

#774390 (or 0x774390) is known color: Affair. HEX triplet: 77, 43 and 90. RGB value is (119,67,144). Sum of RGB (Red+Green+Blue) = 119+67+144=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #774390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774390 is #88BC6F. Grayscale: #5B5B5B. Windows color (decimal): -8961136 or 9454455. OLE color: 9454455.

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

Color convert

RGB 119 67 144 -
CMYK 0.17 0.53 0 0.44
HSL 280.52º 0.36% 0.41% -
HSV(B) 280.52º 0.53% 0.56% -
XYZ 14.65 9.95 27.53 -
YUV 91.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 119 67 144 0.17 0.53 0 0.44 280.52 0.36 0.41
Hex 77 43 90 11 35 0 2C 119 24 29
Octal 167 103 220 21 65 0 54 431 44 51
Binary 1110111 1000011 10010000 10001 110101 0 101100 100011001 100100 101001

Color Harmonies of #774390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774390

Black with #774390

Text Example


Text Example

White with #774390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774390; }

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

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

background-color css

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

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

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

border-color css

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

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

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