Html Css Color HEX #774481 Affair

📋 copy color: '#774481'

red 119 ◦ green 68 ◦ blue 129

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

Shades of Affair #774481

Tints of Affair #774481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 37.66%
G = 21.52%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#774481 (or 0x774481) is known color: Affair. HEX triplet: 77, 44 and 81. RGB value is (119,68,129). Sum of RGB (Red+Green+Blue) = 119+68+129=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #774481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774481 is #88BB7E. Grayscale: #5A5A5A. Windows color (decimal): -8960895 or 8471671. OLE color: 8471671.

HSL color Cylindrical-coordinate representation of color #774481: hue angle of 290.16º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #774481 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 68 129 -
CMYK 0.08 0.47 0 0.49
HSL 290.16º 0.31% 0.39% -
HSV(B) 290.16º 0.47% 0.51% -
XYZ 13.64 9.64 21.91 -
YUV 90.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 119 68 129 0.08 0.47 0 0.49 290.16 0.31 0.39
Hex 77 44 81 8 2F 0 31 122 1F 27
Octal 167 104 201 10 57 0 61 442 37 47
Binary 1110111 1000100 10000001 1000 101111 0 110001 100100010 11111 100111

Color Harmonies of #774481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774481

Black with #774481

Text Example


Text Example

White with #774481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774481; }

 p { color: rgb(119,68,129); }

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

background-color css

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

 a { background-color: rgb(119,68,129); }

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

border-color css

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

 span { border-color: rgb(119,68,129); }

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