#755390

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

Shades of Affair #755390

Tints of Affair #755390

Color information

#755390 (or 0x755390) is unknown color: approx Affair. HEX triplet: 75, 53 and 90. RGB value is (117,83,144). Sum of RGB (Red+Green+Blue) = 117+83+144=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #755390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755390 is #8AAC6F. Grayscale: #636363. Windows color (decimal): -9088112 or 9458549. OLE color: 9458549.

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

Color convert

RGB11783144-
CMYK0.190.4200.44
HSL273.44º26.87%44.51%-
HSV(B)273.44º42.36%56.47%-
XYZ15.4611.9827.88-
YUV100.12152.76140.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=34.01%
G=24.13%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117831440.190.4200.44273.4426.8744.51
Hex755390132A02C1111b2d
Octal16512322023520544213355
Binary111010110100111001000010011101010010110010001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755390; }

 p { color: rgb(117,83,144); }

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

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

 a { background-color: rgb(117,83,144); }

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

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

 span { border-color: rgb(117,83,144); }

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