#75528B

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

Shades of Affair #75528B

Tints of Affair #75528B

Color information

#75528B (or 0x75528B) is unknown color: approx Affair. HEX triplet: 75, 52 and 8B. RGB value is (117,82,139). Sum of RGB (Red+Green+Blue) = 117+82+139=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #75528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75528B is #8AAD74. Grayscale: #626262. Windows color (decimal): -9088373 or 9130613. OLE color: 9130613.

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

Color convert

RGB11782139-
CMYK0.160.4100.45
HSL276.84º25.79%43.33%-
HSV(B)276.84º41.01%54.51%-
XYZ15.0111.6825.89-
YUV98.96150.6140.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=34.62%
G=24.26%
B=41.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117821390.160.4100.45276.8425.7943.33
Hex75528B102902D1151a2b
Octal16512221320510554253253
Binary111010110100101000101110000101001010110110001010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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