#753375

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

Shades of Eminence #753375

Tints of Eminence #753375

Color information

#753375 (or 0x753375) is unknown color: approx Eminence. HEX triplet: 75, 33 and 75. RGB value is (117,51,117). Sum of RGB (Red+Green+Blue) = 117+51+117=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753375 is #8ACC8A. Grayscale: #4E4E4E. Windows color (decimal): -9096331 or 7680885. OLE color: 7680885.

HSL color Cylindrical-coordinate representation of color #753375: hue angle of 300º degrees, saturation: 0.39, 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 #753375 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11751117-
CMYK00.5600.54
HSL300º39.29%32.94%-
HSV(B)300º56.41%45.88%-
XYZ11.737.4317.65-
YUV78.26149.87155.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=41.05%
G=17.89%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175111700.5600.5430039.2932.94
Hex75337503803612c2721
Octal165631650700664544741
Binary1110101110011111010101110000110110100101100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753375; }

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

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

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

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

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

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

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

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