#75418E

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

Shades of Affair #75418E

Tints of Affair #75418E

Color information

#75418E (or 0x75418E) is unknown color: approx Affair. HEX triplet: 75, 41 and 8E. RGB value is (117,65,142). Sum of RGB (Red+Green+Blue) = 117+65+142=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #75418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75418E is #8ABE71. Grayscale: #595959. Windows color (decimal): -9092722 or 9322869. OLE color: 9322869.

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

Color convert

RGB11765142-
CMYK0.180.5400.44
HSL280.52º37.2%40.59%-
HSV(B)280.52º54.23%55.69%-
XYZ14.119.5226.68-
YUV89.33157.73147.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=36.11%
G=20.06%
B=43.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117651420.180.5400.44280.5237.240.59
Hex75418E123602C1192529
Octal16510121622660544314551
Binary1110101100000110001110100101101100101100100011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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