Html Css Color HEX #775387 Affair

📋 copy color: '#775387'

red 119 ◦ green 83 ◦ blue 135

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

Shades of Affair #775387

Tints of Affair #775387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 35.31%
G = 24.63%
B = 40.06%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#775387 (or 0x775387) is known color: Affair. HEX triplet: 77, 53 and 87. RGB value is (119,83,135). Sum of RGB (Red+Green+Blue) = 119+83+135=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #775387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775387 is #88AC78. Grayscale: #636363. Windows color (decimal): -8957049 or 8868727. OLE color: 8868727.

HSL color Cylindrical-coordinate representation of color #775387: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775387 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 83 135 -
CMYK 0.12 0.39 0 0.47
HSL 281.54º 0.24% 0.43% -
HSV(B) 281.54º 0.39% 0.53% -
XYZ 15.07 11.86 24.42 -
YUV 99.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 119 83 135 0.12 0.39 0 0.47 281.54 0.24 0.43
Hex 77 53 87 C 27 0 2F 11A 18 2B
Octal 167 123 207 14 47 0 57 432 30 53
Binary 1110111 1010011 10000111 1100 100111 0 101111 100011010 11000 101011

Color Harmonies of #775387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775387

Black with #775387

Text Example


Text Example

White with #775387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775387; }

 p { color: rgb(119,83,135); }

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

background-color css

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

 a { background-color: rgb(119,83,135); }

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

border-color css

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

 span { border-color: rgb(119,83,135); }

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