#75558B

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

Shades of Affair #75558B

Tints of Affair #75558B

Color information

#75558B (or 0x75558B) is unknown color: approx Affair. HEX triplet: 75, 55 and 8B. RGB value is (117,85,139). Sum of RGB (Red+Green+Blue) = 117+85+139=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #75558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75558B is #8AAA74. Grayscale: #646464. Windows color (decimal): -9087605 or 9131381. OLE color: 9131381.

HSL color Cylindrical-coordinate representation of color #75558B: hue angle of 275.56º 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 #75558B is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11785139-
CMYK0.160.3900.45
HSL275.56º24.11%43.92%-
HSV(B)275.56º38.85%54.51%-
XYZ15.2412.1425.97-
YUV100.72149.6139.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=34.31%
G=24.93%
B=40.76%

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
Decimal117851390.160.3900.45275.5624.1143.92
Hex75558B102702D114182c
Octal16512521320470554243054
Binary111010110101011000101110000100111010110110001010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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