#75457F

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

Shades of Affair #75457F

Tints of Affair #75457F

Color information

#75457F (or 0x75457F) is unknown color: approx Affair. HEX triplet: 75, 45 and 7F. RGB value is (117,69,127). Sum of RGB (Red+Green+Blue) = 117+69+127=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #75457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75457F is #8ABA80. Grayscale: #595959. Windows color (decimal): -9091713 or 8340853. OLE color: 8340853.

HSL color Cylindrical-coordinate representation of color #75457F: hue angle of 289.66º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75457F is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11769127-
CMYK0.080.4600.50
HSL289.66º29.59%38.43%-
HSV(B)289.66º45.67%49.8%-
XYZ13.39.5721.23-
YUV89.96148.9147.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 127 (50% from 255) = 40.58%
R=37.38%
G=22.04%
B=40.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117691270.080.4600.50289.6629.5938.43
Hex75457F82E0321221e26
Octal16510517710560624423646
Binary1110101100010111111111000101110011001010010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,69,127); }

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

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

 a { background-color: rgb(117,69,127); }

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

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

 span { border-color: rgb(117,69,127); }

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