Html Css Color HEX #774D93 Affair

📋 copy color: '#774D93'

red 119 ◦ green 77 ◦ blue 147

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

Shades of Affair #774D93

Tints of Affair #774D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 34.69%
G = 22.45%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#774D93 (or 0x774D93) is known color: Affair. HEX triplet: 77, 4D and 93. RGB value is (119,77,147). Sum of RGB (Red+Green+Blue) = 119+77+147=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #774D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D93 is #88B26C. Grayscale: #616161. Windows color (decimal): -8958573 or 9653623. OLE color: 9653623.

HSL color Cylindrical-coordinate representation of color #774D93: hue angle of 276º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774D93 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 77 147 -
CMYK 0.19 0.48 0 0.42
HSL 276º 0.31% 0.44% -
HSV(B) 276º 0.48% 0.58% -
XYZ 15.53 11.34 28.97 -
YUV 97.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 119 77 147 0.19 0.48 0 0.42 276 0.31 0.44
Hex 77 4D 93 13 30 0 2A 114 1F 2C
Octal 167 115 223 23 60 0 52 424 37 54
Binary 1110111 1001101 10010011 10011 110000 0 101010 100010100 11111 101100

Color Harmonies of #774D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D93

Black with #774D93

Text Example


Text Example

White with #774D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D93; }

 p { color: rgb(119,77,147); }

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

background-color css

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

 a { background-color: rgb(119,77,147); }

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

border-color css

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

 span { border-color: rgb(119,77,147); }

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