Html Css Color HEX #775581 Affair

📋 copy color: '#775581'

red 119 ◦ green 85 ◦ blue 129

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

Shades of Affair #775581

Tints of Affair #775581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 35.74%
G = 25.53%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#775581 (or 0x775581) is known color: Affair. HEX triplet: 77, 55 and 81. RGB value is (119,85,129). Sum of RGB (Red+Green+Blue) = 119+85+129=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #775581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775581 is #88AA7E. Grayscale: #646464. Windows color (decimal): -8956543 or 8476023. OLE color: 8476023.

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

Color convert

RGB 119 85 129 -
CMYK 0.08 0.34 0 0.49
HSL 286.36º 0.21% 0.42% -
HSV(B) 286.36º 0.34% 0.51% -
XYZ 14.82 12 22.3 -
YUV 100.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 119 85 129 0.08 0.34 0 0.49 286.36 0.21 0.42
Hex 77 55 81 8 22 0 31 11E 15 2A
Octal 167 125 201 10 42 0 61 436 25 52
Binary 1110111 1010101 10000001 1000 100010 0 110001 100011110 10101 101010

Color Harmonies of #775581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775581

Black with #775581

Text Example


Text Example

White with #775581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775581; }

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

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

background-color css

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

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

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

border-color css

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

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

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