#753578

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

Shades of Eminence #753578

Tints of Eminence #753578

Color information

#753578 (or 0x753578) is unknown color: approx Eminence. HEX triplet: 75, 35 and 78. RGB value is (117,53,120). Sum of RGB (Red+Green+Blue) = 117+53+120=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #753578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753578 is #8ACA87. Grayscale: #4F4F4F. Windows color (decimal): -9095816 or 7878005. OLE color: 7878005.

HSL color Cylindrical-coordinate representation of color #753578: hue angle of 297.31º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753578 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11753120-
CMYK0.020.5600.53
HSL297.31º38.73%33.92%-
HSV(B)297.31º55.83%47.06%-
XYZ127.6818.62-
YUV79.77150.7154.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=40.34%
G=18.28%
B=41.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117531200.020.5600.53297.3138.7333.92
Hex7535782380351292722
Octal165651702700654514742
Binary11101011101011111000101110000110101100101001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753578; }

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

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

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

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

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

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

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

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