#753180

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

Shades of Eminence #753180

Tints of Eminence #753180

Color information

#753180 (or 0x753180) is unknown color: approx Eminence. HEX triplet: 75, 31 and 80. RGB value is (117,49,128). Sum of RGB (Red+Green+Blue) = 117+49+128=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #753180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753180 is #8ACE7F. Grayscale: #4E4E4E. Windows color (decimal): -9096832 or 8401269. OLE color: 8401269.

HSL color Cylindrical-coordinate representation of color #753180: hue angle of 291.65º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753180 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11749128-
CMYK0.090.6200.50
HSL291.65º44.63%34.71%-
HSV(B)291.65º61.72%50.2%-
XYZ12.337.5421.23-
YUV78.34156.03155.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=39.80%
G=16.67%
B=43.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117491280.090.6200.50291.6544.6334.71
Hex75318093E0321242d23
Octal1656120011760624445543
Binary11101011100011000000010011111100110010100100100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753180; }

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

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

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

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

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

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

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

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