#753571

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

Shades of Eminence #753571

Tints of Eminence #753571

Color information

#753571 (or 0x753571) is unknown color: approx Eminence. HEX triplet: 75, 35 and 71. RGB value is (117,53,113). Sum of RGB (Red+Green+Blue) = 117+53+113=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753571 is #8ACA8E. Grayscale: #4E4E4E. Windows color (decimal): -9095823 or 7419253. OLE color: 7419253.

HSL color Cylindrical-coordinate representation of color #753571: hue angle of 303.75º 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 #753571 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11753113-
CMYK00.550.030.54
HSL303.75º37.65%33.33%-
HSV(B)303.75º54.7%45.88%-
XYZ11.597.5216.46-
YUV78.98147.2155.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=41.34%
G=18.73%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175311300.550.030.54303.7537.6533.33
Hex7535710373361302621
Octal165651610673664604641
Binary11101011101011110001011011111110110100110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753571; }

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

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

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

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

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

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

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

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