#75578B

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

Shades of Affair #75578B

Tints of Affair #75578B

Color information

#75578B (or 0x75578B) is unknown color: approx Affair. HEX triplet: 75, 57 and 8B. RGB value is (117,87,139). Sum of RGB (Red+Green+Blue) = 117+87+139=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #75578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75578B is #8AA874. Grayscale: #656565. Windows color (decimal): -9087093 or 9131893. OLE color: 9131893.

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

Color convert

RGB11787139-
CMYK0.160.3700.45
HSL274.62º23.01%44.31%-
HSV(B)274.62º37.41%54.51%-
XYZ15.412.4626.02-
YUV101.9148.94138.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=34.11%
G=25.36%
B=40.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117871390.160.3700.45274.6223.0144.31
Hex75578B102502D113172c
Octal16512721320450554232754
Binary111010110101111000101110000100101010110110001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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