#752F78

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

Shades of Eminence #752F78

Tints of Eminence #752F78

Color information

#752F78 (or 0x752F78) is unknown color: approx Eminence. HEX triplet: 75, 2F and 78. RGB value is (117,47,120). Sum of RGB (Red+Green+Blue) = 117+47+120=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #752F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F78 is #8AD087. Grayscale: #4C4C4C. Windows color (decimal): -9097352 or 7876469. OLE color: 7876469.

HSL color Cylindrical-coordinate representation of color #752F78: hue angle of 297.53º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752F78 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11747120-
CMYK0.020.6100.53
HSL297.53º43.71%32.75%-
HSV(B)297.53º60.83%47.06%-
XYZ11.747.1718.53-
YUV76.25152.69157.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=41.20%
G=16.55%
B=42.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117471200.020.6100.53297.5343.7132.75
Hex752F7823D03512a2c21
Octal165571702750654525441
Binary11101011011111111000101111010110101100101010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752F78; }

 p { color: rgb(117,47,120); }

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

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

 a { background-color: rgb(117,47,120); }

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

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

 span { border-color: rgb(117,47,120); }

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