#75538F

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

Shades of Affair #75538F

Tints of Affair #75538F

Color information

#75538F (or 0x75538F) is unknown color: approx Affair. HEX triplet: 75, 53 and 8F. RGB value is (117,83,143). Sum of RGB (Red+Green+Blue) = 117+83+143=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #75538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75538F is #8AAC70. Grayscale: #636363. Windows color (decimal): -9088113 or 9393013. OLE color: 9393013.

HSL color Cylindrical-coordinate representation of color #75538F: hue angle of 274º 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 #75538F is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11783143-
CMYK0.180.4200.44
HSL274º26.55%44.31%-
HSV(B)274º41.96%56.08%-
XYZ15.3911.9527.48-
YUV100.01152.26140.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=34.11%
G=24.20%
B=41.69%

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
Decimal117831430.180.4200.4427426.5544.31
Hex75538F122A02C1121b2c
Octal16512321722520544223354
Binary111010110100111000111110010101010010110010001001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75538F; }

 p { color: rgb(117,83,143); }

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

<style>
 a { background-color: #75538F; }

 a { background-color: rgb(117,83,143); }

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

<style>
 span { border-color: #75538F; }

 span { border-color: rgb(117,83,143); }

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