#75408E

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

Shades of Affair #75408E

Tints of Affair #75408E

Color information

#75408E (or 0x75408E) is unknown color: approx Affair. HEX triplet: 75, 40 and 8E. RGB value is (117,64,142). Sum of RGB (Red+Green+Blue) = 117+64+142=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #75408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75408E is #8ABF71. Grayscale: #585858. Windows color (decimal): -9092978 or 9322613. OLE color: 9322613.

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

Color convert

RGB11764142-
CMYK0.180.5500.44
HSL280.77º37.86%40.39%-
HSV(B)280.77º54.93%55.69%-
XYZ14.059.426.67-
YUV88.74158.06148.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=36.22%
G=19.81%
B=43.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117641420.180.5500.44280.7737.8640.39
Hex75408E123702C1192628
Octal16510021622670544314650
Binary1110101100000010001110100101101110101100100011001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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