Html Css Color HEX #774391 Affair

📋 copy color: '#774391'

red 119 ◦ green 67 ◦ blue 145

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

Shades of Affair #774391

Tints of Affair #774391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 35.95%
G = 20.24%
B = 43.81%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774391 (or 0x774391) is known color: Affair. HEX triplet: 77, 43 and 91. RGB value is (119,67,145). Sum of RGB (Red+Green+Blue) = 119+67+145=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #774391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774391 is #88BC6E. Grayscale: #5B5B5B. Windows color (decimal): -8961135 or 9519991. OLE color: 9519991.

HSL color Cylindrical-coordinate representation of color #774391: hue angle of 280º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774391 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 67 145 -
CMYK 0.18 0.54 0 0.43
HSL 280º 0.37% 0.42% -
HSV(B) 280º 0.54% 0.57% -
XYZ 14.73 9.98 27.94 -
YUV 91.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 119 67 145 0.18 0.54 0 0.43 280 0.37 0.42
Hex 77 43 91 12 36 0 2B 118 25 2A
Octal 167 103 221 22 66 0 53 430 45 52
Binary 1110111 1000011 10010001 10010 110110 0 101011 100011000 100101 101010

Color Harmonies of #774391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774391

Black with #774391

Text Example


Text Example

White with #774391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774391; }

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

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

background-color css

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

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

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

border-color css

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

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

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