#753576

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

Shades of Eminence #753576

Tints of Eminence #753576

Color information

#753576 (or 0x753576) is unknown color: approx Eminence. HEX triplet: 75, 35 and 76. RGB value is (117,53,118). Sum of RGB (Red+Green+Blue) = 117+53+118=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #753576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753576 is #8ACA89. Grayscale: #4F4F4F. Windows color (decimal): -9095818 or 7746933. OLE color: 7746933.

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

Color convert

RGB11753118-
CMYK0.010.5500.54
HSL299.08º38.01%33.53%-
HSV(B)299.08º55.08%46.27%-
XYZ11.887.6417.99-
YUV79.55149.7154.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=40.62%
G=18.40%
B=40.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117531180.010.5500.54299.0838.0133.53
Hex75357613703612b2622
Octal165651661670664534642
Binary1110101110101111011011101110110110100101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753576; }

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

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

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

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

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

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

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

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