#753573

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

Shades of Eminence #753573

Tints of Eminence #753573

Color information

#753573 (or 0x753573) is unknown color: approx Eminence. HEX triplet: 75, 35 and 73. RGB value is (117,53,115). Sum of RGB (Red+Green+Blue) = 117+53+115=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753573 is #8ACA8C. Grayscale: #4F4F4F. Windows color (decimal): -9095821 or 7550325. OLE color: 7550325.

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

Color convert

RGB11753115-
CMYK00.550.020.54
HSL301.88º37.65%33.33%-
HSV(B)301.88º54.7%45.88%-
XYZ11.77.5717.06-
YUV79.2148.2154.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=41.05%
G=18.60%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175311500.550.020.54301.8837.6533.33
Hex75357303723612e2621
Octal165651630672664564641
Binary11101011101011110011011011110110110100101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753573; }

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

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

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

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

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

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

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

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