#752F76

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

Shades of Eminence #752F76

Tints of Eminence #752F76

Color information

#752F76 (or 0x752F76) is unknown color: approx Eminence. HEX triplet: 75, 2F and 76. RGB value is (117,47,118). Sum of RGB (Red+Green+Blue) = 117+47+118=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #752F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F76 is #8AD089. Grayscale: #4B4B4B. Windows color (decimal): -9097354 or 7745397. OLE color: 7745397.

HSL color Cylindrical-coordinate representation of color #752F76: hue angle of 299.15º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F76 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11747118-
CMYK0.010.6000.54
HSL299.15º43.03%32.35%-
HSV(B)299.15º60.17%46.27%-
XYZ11.627.1217.9-
YUV76.02151.69157.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=41.49%
G=16.67%
B=41.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117471180.010.6000.54299.1543.0332.35
Hex752F7613C03612b2b20
Octal165571661740664535340
Binary1110101101111111011011111000110110100101011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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