#755691

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

Shades of Affair #755691

Tints of Affair #755691

Color information

#755691 (or 0x755691) is unknown color: approx Affair. HEX triplet: 75, 56 and 91. RGB value is (117,86,145). Sum of RGB (Red+Green+Blue) = 117+86+145=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #755691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755691 is #8AA96E. Grayscale: #656565. Windows color (decimal): -9087343 or 9524853. OLE color: 9524853.

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

Color convert

RGB11786145-
CMYK0.190.4100.43
HSL271.53º25.54%45.29%-
HSV(B)271.53º40.69%56.86%-
XYZ15.7712.4828.37-
YUV102152.27138.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=33.62%
G=24.71%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117861450.190.4100.43271.5325.5445.29
Hex755691132902B1101a2d
Octal16512622123510534203255
Binary111010110101101001000110011101001010101110001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755691; }

 p { color: rgb(117,86,145); }

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

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

 a { background-color: rgb(117,86,145); }

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

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

 span { border-color: rgb(117,86,145); }

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