#75408C

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

Shades of Affair #75408C

Tints of Affair #75408C

Color information

#75408C (or 0x75408C) is unknown color: approx Affair. HEX triplet: 75, 40 and 8C. RGB value is (117,64,140). Sum of RGB (Red+Green+Blue) = 117+64+140=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #75408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75408C is #8ABF73. Grayscale: #585858. Windows color (decimal): -9092980 or 9191541. OLE color: 9191541.

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

Color convert

RGB11764140-
CMYK0.160.5400.45
HSL281.84º37.25%40%-
HSV(B)281.84º54.29%54.9%-
XYZ13.99.3425.88-
YUV88.51157.06148.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=36.45%
G=19.94%
B=43.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117641400.160.5400.45281.8437.2540
Hex75408C103602D11a2528
Octal16510021420660554324550
Binary1110101100000010001100100001101100101101100011010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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