#753178

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

Shades of Eminence #753178

Tints of Eminence #753178

Color information

#753178 (or 0x753178) is unknown color: approx Eminence. HEX triplet: 75, 31 and 78. RGB value is (117,49,120). Sum of RGB (Red+Green+Blue) = 117+49+120=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #753178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753178 is #8ACE87. Grayscale: #4D4D4D. Windows color (decimal): -9096840 or 7876981. OLE color: 7876981.

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

Color convert

RGB11749120-
CMYK0.020.5900.53
HSL297.46º42.01%33.14%-
HSV(B)297.46º59.17%47.06%-
XYZ11.827.3318.56-
YUV77.43152.03156.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=40.91%
G=17.13%
B=41.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117491200.020.5900.53297.4642.0133.14
Hex75317823B0351292a21
Octal165611702730654515241
Binary11101011100011111000101110110110101100101001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753178; }

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

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

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

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

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

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

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

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