#75558D

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

Shades of Affair #75558D

Tints of Affair #75558D

Color information

#75558D (or 0x75558D) is unknown color: approx Affair. HEX triplet: 75, 55 and 8D. RGB value is (117,85,141). Sum of RGB (Red+Green+Blue) = 117+85+141=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #75558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75558D is #8AAA72. Grayscale: #646464. Windows color (decimal): -9087603 or 9262453. OLE color: 9262453.

HSL color Cylindrical-coordinate representation of color #75558D: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75558D is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11785141-
CMYK0.170.4000.45
HSL274.29º24.78%44.31%-
HSV(B)274.29º39.72%55.29%-
XYZ15.3912.226.74-
YUV100.95150.6139.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=34.11%
G=24.78%
B=41.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117851410.170.4000.45274.2924.7844.31
Hex75558D112802D112192c
Octal16512521521500554223154
Binary111010110101011000110110001101000010110110001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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