#75457A

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

Shades of Eminence #75457A

Tints of Eminence #75457A

Color information

#75457A (or 0x75457A) is unknown color: approx Eminence. HEX triplet: 75, 45 and 7A. RGB value is (117,69,122). Sum of RGB (Red+Green+Blue) = 117+69+122=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #75457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75457A is #8ABA85. Grayscale: #595959. Windows color (decimal): -9091718 or 8013173. OLE color: 8013173.

HSL color Cylindrical-coordinate representation of color #75457A: hue angle of 294.34º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75457A is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11769122-
CMYK0.040.4300.52
HSL294.34º27.75%37.45%-
HSV(B)294.34º43.44%47.84%-
XYZ12.989.4419.55-
YUV89.39146.4147.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=37.99%
G=22.40%
B=39.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117691220.040.4300.52294.3427.7537.45
Hex75457A42B0341261c25
Octal1651051724530644463445
Binary111010110001011111010100101011011010010010011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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