#775493

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

Shades of Affair #775493

Tints of Affair #775493

Color information

#775493 (or 0x775493) is unknown color: approx Affair. HEX triplet: 77, 54 and 93. RGB value is (119,84,147). Sum of RGB (Red+Green+Blue) = 119+84+147=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #775493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775493 is #88AB6C. Grayscale: #656565. Windows color (decimal): -8956781 or 9655415. OLE color: 9655415.

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

Color convert

RGB11984147-
CMYK0.190.4300.42
HSL273.33º27.27%45.29%-
HSV(B)273.33º42.86%57.65%-
XYZ16.0412.3729.15-
YUV101.65153.6140.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 147 (57.81% from 255) = 42%
R=34%
G=24%
B=42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119841470.190.4300.42273.3327.2745.29
Hex775493132B02A1111b2d
Octal16712422323530524213355
Binary111011110101001001001110011101011010101010001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775493; }

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

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

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

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

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

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

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

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