#754575

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

Shades of Eminence #754575

Tints of Eminence #754575

Color information

#754575 (or 0x754575) is unknown color: approx Eminence. HEX triplet: 75, 45 and 75. RGB value is (117,69,117). Sum of RGB (Red+Green+Blue) = 117+69+117=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #754575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754575 is #8ABA8A. Grayscale: #585858. Windows color (decimal): -9091723 or 7685493. OLE color: 7685493.

HSL color Cylindrical-coordinate representation of color #754575: hue angle of 300º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754575 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11769117-
CMYK00.4100.54
HSL300º25.81%36.47%-
HSV(B)300º41.03%45.88%-
XYZ12.689.3217.96-
YUV88.82143.9148.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=38.61%
G=22.77%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176911700.4100.5430025.8136.47
Hex75457502903612c1a24
Octal1651051650510664543244
Binary1110101100010111101010101001011011010010110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754575; }

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

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

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

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

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

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

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

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