#775193

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

Shades of Affair #775193

Tints of Affair #775193

Color information

#775193 (or 0x775193) is unknown color: approx Affair. HEX triplet: 77, 51 and 93. RGB value is (119,81,147). Sum of RGB (Red+Green+Blue) = 119+81+147=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #775193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775193 is #88AE6C. Grayscale: #636363. Windows color (decimal): -8957549 or 9654647. OLE color: 9654647.

HSL color Cylindrical-coordinate representation of color #775193: hue angle of 274.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775193 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11981147-
CMYK0.190.4500.42
HSL274.55º28.95%44.71%-
HSV(B)274.55º44.9%57.65%-
XYZ15.8211.9129.07-
YUV99.89154.59141.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=34.29%
G=23.34%
B=42.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119811470.190.4500.42274.5528.9544.71
Hex775193132D02A1131d2d
Octal16712122323550524233555
Binary111011110100011001001110011101101010101010001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775193; }

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

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

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

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

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

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

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

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