#753F73

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

Shades of Eminence #753F73

Tints of Eminence #753F73

Color information

#753F73 (or 0x753F73) is unknown color: approx Eminence. HEX triplet: 75, 3F and 73. RGB value is (117,63,115). Sum of RGB (Red+Green+Blue) = 117+63+115=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #753F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F73 is #8AC08C. Grayscale: #545454. Windows color (decimal): -9093261 or 7552885. OLE color: 7552885.

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

Color convert

RGB11763115-
CMYK00.460.020.54
HSL302.22º30%35.29%-
HSV(B)302.22º46.15%45.88%-
XYZ12.218.5717.23-
YUV85.07144.89150.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=39.66%
G=21.36%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176311500.460.020.54302.223035.29
Hex753F7302E23612e1e23
Octal165771630562664563643
Binary1110101111111111001101011101011011010010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F73; }

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

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

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

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

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

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

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

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