#753075

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

Shades of Eminence #753075

Tints of Eminence #753075

Color information

#753075 (or 0x753075) is unknown color: approx Eminence. HEX triplet: 75, 30 and 75. RGB value is (117,48,117). Sum of RGB (Red+Green+Blue) = 117+48+117=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753075 is #8ACF8A. Grayscale: #4C4C4C. Windows color (decimal): -9097099 or 7680117. OLE color: 7680117.

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

Color convert

RGB11748117-
CMYK00.5900.54
HSL300º41.82%32.35%-
HSV(B)300º58.97%45.88%-
XYZ11.67.1817.6-
YUV76.5150.86156.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=41.49%
G=17.02%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174811700.5900.5430041.8232.35
Hex75307503B03612c2a20
Octal165601650730664545240
Binary1110101110000111010101110110110110100101100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753075; }

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

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

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

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

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

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

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

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