#753076

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

Shades of Eminence #753076

Tints of Eminence #753076

Color information

#753076 (or 0x753076) is unknown color: approx Eminence. HEX triplet: 75, 30 and 76. RGB value is (117,48,118). Sum of RGB (Red+Green+Blue) = 117+48+118=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #753076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753076 is #8ACF89. Grayscale: #4C4C4C. Windows color (decimal): -9097098 or 7745653. OLE color: 7745653.

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

Color convert

RGB11748118-
CMYK0.010.5900.54
HSL299.14º42.17%32.55%-
HSV(B)299.14º59.32%46.27%-
XYZ11.667.217.92-
YUV76.61151.36156.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=41.34%
G=16.96%
B=41.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117481180.010.5900.54299.1442.1732.55
Hex75307613B03612b2a21
Octal165601661730664535241
Binary1110101110000111011011110110110110100101011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753076; }

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

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

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

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

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

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

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

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