#75558C

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

Shades of Affair #75558C

Tints of Affair #75558C

Color information

#75558C (or 0x75558C) is unknown color: approx Affair. HEX triplet: 75, 55 and 8C. RGB value is (117,85,140). Sum of RGB (Red+Green+Blue) = 117+85+140=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #75558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75558C is #8AAA73. Grayscale: #646464. Windows color (decimal): -9087604 or 9196917. OLE color: 9196917.

HSL color Cylindrical-coordinate representation of color #75558C: hue angle of 274.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75558C is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11785140-
CMYK0.160.3900.45
HSL274.91º24.44%44.12%-
HSV(B)274.91º39.29%54.9%-
XYZ15.3212.1726.35-
YUV100.84150.1139.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=34.21%
G=24.85%
B=40.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117851400.160.3900.45274.9124.4444.12
Hex75558C102702D113182c
Octal16512521420470554233054
Binary111010110101011000110010000100111010110110001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75558C; }

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

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

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

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

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

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

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

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