#753371

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

Shades of Eminence #753371

Tints of Eminence #753371

Color information

#753371 (or 0x753371) is unknown color: approx Eminence. HEX triplet: 75, 33 and 71. RGB value is (117,51,113). Sum of RGB (Red+Green+Blue) = 117+51+113=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753371 is #8ACC8E. Grayscale: #4D4D4D. Windows color (decimal): -9096335 or 7418741. OLE color: 7418741.

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

Color convert

RGB11751113-
CMYK00.560.030.54
HSL303.64º39.29%32.94%-
HSV(B)303.64º56.41%45.88%-
XYZ11.57.3416.43-
YUV77.8147.87155.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=41.64%
G=18.15%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175111300.560.030.54303.6439.2932.94
Hex7533710383361302721
Octal165631610703664604741
Binary11101011100111110001011100011110110100110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753371; }

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

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

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

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

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

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

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

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