#75498C

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

Shades of Affair #75498C

Tints of Affair #75498C

Color information

#75498C (or 0x75498C) is unknown color: approx Affair. HEX triplet: 75, 49 and 8C. RGB value is (117,73,140). Sum of RGB (Red+Green+Blue) = 117+73+140=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #75498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75498C is #8AB673. Grayscale: #5D5D5D. Windows color (decimal): -9090676 or 9193845. OLE color: 9193845.

HSL color Cylindrical-coordinate representation of color #75498C: hue angle of 279.4º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75498C is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11773140-
CMYK0.160.4800.45
HSL279.4º31.46%41.76%-
HSV(B)279.4º47.86%54.9%-
XYZ14.4510.4426.06-
YUV93.79154.08144.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=35.45%
G=22.12%
B=42.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117731400.160.4800.45279.431.4641.76
Hex75498C103002D1171f2a
Octal16511121420600554273752
Binary111010110010011000110010000110000010110110001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75498C; }

 p { color: rgb(117,73,140); }

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

<style>
 a { background-color: #75498C; }

 a { background-color: rgb(117,73,140); }

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

<style>
 span { border-color: #75498C; }

 span { border-color: rgb(117,73,140); }

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