#753475

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

Shades of Eminence #753475

Tints of Eminence #753475

Color information

#753475 (or 0x753475) is unknown color: approx Eminence. HEX triplet: 75, 34 and 75. RGB value is (117,52,117). Sum of RGB (Red+Green+Blue) = 117+52+117=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753475 is #8ACB8A. Grayscale: #4E4E4E. Windows color (decimal): -9096075 or 7681141. OLE color: 7681141.

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

Color convert

RGB11752117-
CMYK00.5600.54
HSL300º38.46%33.14%-
HSV(B)300º55.56%45.88%-
XYZ11.777.5217.66-
YUV78.84149.53155.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=40.91%
G=18.18%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175211700.5600.5430038.4633.14
Hex75347503803612c2621
Octal165641650700664544641
Binary1110101110100111010101110000110110100101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753475; }

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

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

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

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

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

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

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

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