#755591

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

Shades of Affair #755591

Tints of Affair #755591

Color information

#755591 (or 0x755591) is unknown color: approx Affair. HEX triplet: 75, 55 and 91. RGB value is (117,85,145). Sum of RGB (Red+Green+Blue) = 117+85+145=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #755591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755591 is #8AAA6E. Grayscale: #656565. Windows color (decimal): -9087599 or 9524597. OLE color: 9524597.

HSL color Cylindrical-coordinate representation of color #755591: hue angle of 272º 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 #755591 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11785145-
CMYK0.190.4100.43
HSL272º26.09%45.1%-
HSV(B)272º41.38%56.86%-
XYZ15.712.3228.34-
YUV101.41152.6139.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=33.72%
G=24.50%
B=41.79%

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
Decimal117851450.190.4100.4327226.0945.1
Hex755591132902B1101a2d
Octal16512522123510534203255
Binary111010110101011001000110011101001010101110001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755591; }

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

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

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

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

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

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

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

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