#755891

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

Shades of Affair #755891

Tints of Affair #755891

Color information

#755891 (or 0x755891) is unknown color: approx Affair. HEX triplet: 75, 58 and 91. RGB value is (117,88,145). Sum of RGB (Red+Green+Blue) = 117+88+145=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #755891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755891 is #8AA76E. Grayscale: #666666. Windows color (decimal): -9086831 or 9525365. OLE color: 9525365.

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

Color convert

RGB11788145-
CMYK0.190.3900.43
HSL270.53º24.46%45.69%-
HSV(B)270.53º39.31%56.86%-
XYZ15.9412.8128.42-
YUV103.17151.61137.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=33.43%
G=25.14%
B=41.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117881450.190.3900.43270.5324.4645.69
Hex755891132702B10f182e
Octal16513022123470534173056
Binary111010110110001001000110011100111010101110000111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755891; }

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

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

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

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

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

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

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

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