#753373

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

Shades of Eminence #753373

Tints of Eminence #753373

Color information

#753373 (or 0x753373) is unknown color: approx Eminence. HEX triplet: 75, 33 and 73. RGB value is (117,51,115). Sum of RGB (Red+Green+Blue) = 117+51+115=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753373 is #8ACC8C. Grayscale: #4D4D4D. Windows color (decimal): -9096333 or 7549813. OLE color: 7549813.

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

Color convert

RGB11751115-
CMYK00.560.020.54
HSL301.82º39.29%32.94%-
HSV(B)301.82º56.41%45.88%-
XYZ11.617.3917.03-
YUV78.03148.87155.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=41.34%
G=18.02%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175111500.560.020.54301.8239.2932.94
Hex75337303823612e2721
Octal165631630702664564741
Binary11101011100111110011011100010110110100101110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753373; }

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

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

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

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

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

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

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

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