#753C6C

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

Shades of Eminence #753C6C

Tints of Eminence #753C6C

Color information

#753C6C (or 0x753C6C) is unknown color: approx Eminence. HEX triplet: 75, 3C and 6C. RGB value is (117,60,108). Sum of RGB (Red+Green+Blue) = 117+60+108=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C6C is #8AC393. Grayscale: #525252. Windows color (decimal): -9094036 or 7093365. OLE color: 7093365.

HSL color Cylindrical-coordinate representation of color #753C6C: hue angle of 309.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C6C is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11760108-
CMYK00.490.080.54
HSL309.47º32.2%34.71%-
HSV(B)309.47º48.72%45.88%-
XYZ11.668.115.14-
YUV82.52142.38152.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=41.05%
G=21.05%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176010800.490.080.54309.4732.234.71
Hex753C6C0318361352023
Octal1657415406110664654043
Binary1110101111100110110001100011000110110100110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C6C; }

 p { color: rgb(117,60,108); }

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

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

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

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

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

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

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