#753570

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

Shades of Eminence #753570

Tints of Eminence #753570

Color information

#753570 (or 0x753570) is unknown color: approx Eminence. HEX triplet: 75, 35 and 70. RGB value is (117,53,112). Sum of RGB (Red+Green+Blue) = 117+53+112=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753570 is #8ACA8F. Grayscale: #4E4E4E. Windows color (decimal): -9095824 or 7353717. OLE color: 7353717.

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

Color convert

RGB11753112-
CMYK00.550.040.54
HSL304.69º37.65%33.33%-
HSV(B)304.69º54.7%45.88%-
XYZ11.537.516.17-
YUV78.86146.7155.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=41.49%
G=18.79%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175311200.550.040.54304.6937.6533.33
Hex7535700374361312621
Octal165651600674664614641
Binary111010111010111100000110111100110110100110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753570; }

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

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

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

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

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

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

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

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