#75457E

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

Shades of Eminence #75457E

Tints of Eminence #75457E

Color information

#75457E (or 0x75457E) is unknown color: approx Eminence. HEX triplet: 75, 45 and 7E. RGB value is (117,69,126). Sum of RGB (Red+Green+Blue) = 117+69+126=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #75457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75457E is #8ABA81. Grayscale: #595959. Windows color (decimal): -9091714 or 8275317. OLE color: 8275317.

HSL color Cylindrical-coordinate representation of color #75457E: hue angle of 290.53º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75457E is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11769126-
CMYK0.070.4500.51
HSL290.53º29.23%38.24%-
HSV(B)290.53º45.24%49.41%-
XYZ13.239.5420.88-
YUV89.85148.4147.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=37.5%
G=22.12%
B=40.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117691260.070.4500.51290.5329.2338.24
Hex75457E72D0331231d26
Octal1651051767550634433546
Binary111010110001011111110111101101011001110010001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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