#753976

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

Shades of Eminence #753976

Tints of Eminence #753976

Color information

#753976 (or 0x753976) is unknown color: approx Eminence. HEX triplet: 75, 39 and 76. RGB value is (117,57,118). Sum of RGB (Red+Green+Blue) = 117+57+118=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #753976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753976 is #8AC689. Grayscale: #515151. Windows color (decimal): -9094794 or 7747957. OLE color: 7747957.

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

Color convert

RGB11757118-
CMYK0.010.5200.54
HSL299.02º34.86%34.31%-
HSV(B)299.02º51.69%46.27%-
XYZ12.078.0218.05-
YUV81.89148.38153.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=40.07%
G=19.52%
B=40.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117571180.010.5200.54299.0234.8634.31
Hex75397613403612b2322
Octal165711661640664534342
Binary1110101111001111011011101000110110100101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753976; }

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

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

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

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

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

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

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

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