Html Css Color HEX #774387 Affair

📋 copy color: '#774387'

red 119 ◦ green 67 ◦ blue 135

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

Shades of Affair #774387

Tints of Affair #774387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 37.07%
G = 20.87%
B = 42.06%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#774387 (or 0x774387) is known color: Affair. HEX triplet: 77, 43 and 87. RGB value is (119,67,135). Sum of RGB (Red+Green+Blue) = 119+67+135=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #774387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774387 is #88BC78. Grayscale: #5A5A5A. Windows color (decimal): -8961145 or 8864631. OLE color: 8864631.

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

Color convert

RGB 119 67 135 -
CMYK 0.12 0.50 0 0.47
HSL 285.88º 0.34% 0.4% -
HSV(B) 285.88º 0.5% 0.53% -
XYZ 13.99 9.69 24.05 -
YUV 90.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 119 67 135 0.12 0.50 0 0.47 285.88 0.34 0.4
Hex 77 43 87 C 32 0 2F 11E 22 28
Octal 167 103 207 14 62 0 57 436 42 50
Binary 1110111 1000011 10000111 1100 110010 0 101111 100011110 100010 101000

Color Harmonies of #774387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774387

Black with #774387

Text Example


Text Example

White with #774387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774387; }

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

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

background-color css

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

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

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

border-color css

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

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

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