Html Css Color HEX #774D8F Affair

📋 copy color: '#774D8F'

red 119 ◦ green 77 ◦ blue 143

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

Shades of Affair #774D8F

Tints of Affair #774D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 35.1%
G = 22.71%
B = 42.18%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#774D8F (or 0x774D8F) is known color: Affair. HEX triplet: 77, 4D and 8F. RGB value is (119,77,143). Sum of RGB (Red+Green+Blue) = 119+77+143=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #774D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D8F is #88B270. Grayscale: #606060. Windows color (decimal): -8958577 or 9391479. OLE color: 9391479.

HSL color Cylindrical-coordinate representation of color #774D8F: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774D8F is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 77 143 -
CMYK 0.17 0.46 0 0.44
HSL 278.18º 0.3% 0.43% -
HSV(B) 278.18º 0.46% 0.56% -
XYZ 15.22 11.21 27.35 -
YUV 97.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 119 77 143 0.17 0.46 0 0.44 278.18 0.3 0.43
Hex 77 4D 8F 11 2E 0 2C 116 1E 2B
Octal 167 115 217 21 56 0 54 426 36 53
Binary 1110111 1001101 10001111 10001 101110 0 101100 100010110 11110 101011

Color Harmonies of #774D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D8F

Black with #774D8F

Text Example


Text Example

White with #774D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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