#753B6C

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

Shades of Eminence #753B6C

Tints of Eminence #753B6C

Color information

#753B6C (or 0x753B6C) is unknown color: approx Eminence. HEX triplet: 75, 3B and 6C. RGB value is (117,59,108). Sum of RGB (Red+Green+Blue) = 117+59+108=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6C is #8AC493. Grayscale: #515151. Windows color (decimal): -9094292 or 7093109. OLE color: 7093109.

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

Color convert

RGB11759108-
CMYK00.500.080.54
HSL309.31º32.95%34.51%-
HSV(B)309.31º49.57%45.88%-
XYZ11.617.9915.12-
YUV81.93142.72153.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=41.20%
G=20.77%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175910800.500.080.54309.3132.9534.51
Hex753B6C0328361352123
Octal1657315406210664654143
Binary1110101111011110110001100101000110110100110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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