#753575

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

Shades of Eminence #753575

Tints of Eminence #753575

Color information

#753575 (or 0x753575) is unknown color: approx Eminence. HEX triplet: 75, 35 and 75. RGB value is (117,53,117). Sum of RGB (Red+Green+Blue) = 117+53+117=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753575 is #8ACA8A. Grayscale: #4F4F4F. Windows color (decimal): -9095819 or 7681397. OLE color: 7681397.

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

Color convert

RGB11753117-
CMYK00.5500.54
HSL300º37.65%33.33%-
HSV(B)300º54.7%45.88%-
XYZ11.827.6117.68-
YUV79.43149.2154.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=40.77%
G=18.47%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175311700.5500.5430037.6533.33
Hex75357503703612c2621
Octal165651650670664544641
Binary1110101110101111010101101110110110100101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753575; }

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

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

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

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

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

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

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

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