#75457C

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

Shades of Eminence #75457C

Tints of Eminence #75457C

Color information

#75457C (or 0x75457C) is unknown color: approx Eminence. HEX triplet: 75, 45 and 7C. RGB value is (117,69,124). Sum of RGB (Red+Green+Blue) = 117+69+124=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #75457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75457C is #8ABA83. Grayscale: #595959. Windows color (decimal): -9091716 or 8144245. OLE color: 8144245.

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

Color convert

RGB11769124-
CMYK0.060.4400.51
HSL292.36º28.5%37.84%-
HSV(B)292.36º44.35%48.63%-
XYZ13.19.4920.21-
YUV89.62147.4147.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 124 (48.83% from 255) = 40%
R=37.74%
G=22.26%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117691240.060.4400.51292.3628.537.84
Hex75457C62C0331241c26
Octal1651051746540634443446
Binary111010110001011111100110101100011001110010010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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