Html Css Color HEX #774581 Affair

📋 copy color: '#774581'

red 119 ◦ green 69 ◦ blue 129

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

Shades of Affair #774581

Tints of Affair #774581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 37.54%
G = 21.77%
B = 40.69%

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

#774581 (or 0x774581) is known color: Affair. HEX triplet: 77, 45 and 81. RGB value is (119,69,129). Sum of RGB (Red+Green+Blue) = 119+69+129=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #774581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774581 is #88BA7E. Grayscale: #5A5A5A. Windows color (decimal): -8960639 or 8471927. OLE color: 8471927.

HSL color Cylindrical-coordinate representation of color #774581: hue angle of 290º degrees, saturation: 0.3, 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 #774581 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 69 129 -
CMYK 0.08 0.47 0 0.49
HSL 290º 0.3% 0.39% -
HSV(B) 290º 0.47% 0.51% -
XYZ 13.7 9.76 21.93 -
YUV 90.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 119 69 129 0.08 0.47 0 0.49 290 0.3 0.39
Hex 77 45 81 8 2F 0 31 122 1E 27
Octal 167 105 201 10 57 0 61 442 36 47
Binary 1110111 1000101 10000001 1000 101111 0 110001 100100010 11110 100111

Color Harmonies of #774581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774581

Black with #774581

Text Example


Text Example

White with #774581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774581; }

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

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

background-color css

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

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

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

border-color css

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

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

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