#75528E

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

Shades of Affair #75528E

Tints of Affair #75528E

Color information

#75528E (or 0x75528E) is unknown color: approx Affair. HEX triplet: 75, 52 and 8E. RGB value is (117,82,142). Sum of RGB (Red+Green+Blue) = 117+82+142=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #75528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75528E is #8AAD71. Grayscale: #636363. Windows color (decimal): -9088370 or 9327221. OLE color: 9327221.

HSL color Cylindrical-coordinate representation of color #75528E: hue angle of 275º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75528E is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11782142-
CMYK0.180.4200.44
HSL275º26.79%43.92%-
HSV(B)275º42.25%55.69%-
XYZ15.2411.7727.06-
YUV99.3152.1140.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=34.31%
G=24.05%
B=41.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117821420.180.4200.4427526.7943.92
Hex75528E122A02C1131b2c
Octal16512221622520544233354
Binary111010110100101000111010010101010010110010001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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