#75548F

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

Shades of Affair #75548F

Tints of Affair #75548F

Color information

#75548F (or 0x75548F) is unknown color: approx Affair. HEX triplet: 75, 54 and 8F. RGB value is (117,84,143). Sum of RGB (Red+Green+Blue) = 117+84+143=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #75548F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75548F is #8AAB70. Grayscale: #646464. Windows color (decimal): -9087857 or 9393269. OLE color: 9393269.

HSL color Cylindrical-coordinate representation of color #75548F: hue angle of 273.56º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75548F is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11784143-
CMYK0.180.4100.44
HSL273.56º25.99%44.51%-
HSV(B)273.56º41.26%56.08%-
XYZ15.4612.1127.51-
YUV100.59151.93139.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 143 (56.25% from 255) = 41.57%
R=34.01%
G=24.42%
B=41.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117841430.180.4100.44273.5625.9944.51
Hex75548F122902C1121a2d
Octal16512421722510544223255
Binary111010110101001000111110010101001010110010001001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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