#753F79

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

Shades of Eminence #753F79

Tints of Eminence #753F79

Color information

#753F79 (or 0x753F79) is unknown color: approx Eminence. HEX triplet: 75, 3F and 79. RGB value is (117,63,121). Sum of RGB (Red+Green+Blue) = 117+63+121=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #753F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F79 is #8AC086. Grayscale: #555555. Windows color (decimal): -9093255 or 7946101. OLE color: 7946101.

HSL color Cylindrical-coordinate representation of color #753F79: hue angle of 295.86º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753F79 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11763121-
CMYK0.030.4800.53
HSL295.86º31.52%36.08%-
HSV(B)295.86º47.93%47.45%-
XYZ12.568.7219.11-
YUV85.76147.89150.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=38.87%
G=20.93%
B=40.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117631210.030.4800.53295.8631.5236.08
Hex753F793300351282024
Octal165771713600654504044
Binary11101011111111111001111100000110101100101000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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