#775191

Color #775191 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #775191

Tints of Affair #775191

Color information

#775191 (or 0x775191) is unknown color: approx Affair. HEX triplet: 77, 51 and 91. RGB value is (119,81,145). Sum of RGB (Red+Green+Blue) = 119+81+145=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #775191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775191 is #88AE6E. Grayscale: #636363. Windows color (decimal): -8957551 or 9523575. OLE color: 9523575.

HSL color Cylindrical-coordinate representation of color #775191: hue angle of 275.62º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775191 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11981145-
CMYK0.180.4400.43
HSL275.62º28.32%44.31%-
HSV(B)275.62º44.14%56.86%-
XYZ15.6611.8528.25-
YUV99.66153.59141.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=34.49%
G=23.48%
B=42.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119811450.180.4400.43275.6228.3244.31
Hex775191122C02B1141c2c
Octal16712122122540534243454
Binary111011110100011001000110010101100010101110001010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775191; }

 p { color: rgb(119,81,145); }

 H1.HeaderClassName
 {
   color: #775191;
 }
 .AnyTagClassName
 {
   color: #775191;
 }
</style>
background-color css

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

 a { background-color: rgb(119,81,145); }

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

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

 span { border-color: rgb(119,81,145); }

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