#755580

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

Shades of Affair #755580

Tints of Affair #755580

Color information

#755580 (or 0x755580) is unknown color: approx Affair. HEX triplet: 75, 55 and 80. RGB value is (117,85,128). Sum of RGB (Red+Green+Blue) = 117+85+128=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #755580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755580 is #8AAA7F. Grayscale: #636363. Windows color (decimal): -9087616 or 8410485. OLE color: 8410485.

HSL color Cylindrical-coordinate representation of color #755580: hue angle of 284.65º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755580 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11785128-
CMYK0.090.3400.50
HSL284.65º20.19%41.76%-
HSV(B)284.65º33.59%50.2%-
XYZ14.4811.8421.94-
YUV99.47144.1140.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=35.45%
G=25.76%
B=38.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117851280.090.3400.50284.6520.1941.76
Hex75558092203211d142a
Octal16512520011420624352452
Binary11101011010101100000001001100010011001010001110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755580; }

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

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

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

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

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

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

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

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