#753B6E

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

Shades of Eminence #753B6E

Tints of Eminence #753B6E

Color information

#753B6E (or 0x753B6E) is unknown color: approx Eminence. HEX triplet: 75, 3B and 6E. RGB value is (117,59,110). Sum of RGB (Red+Green+Blue) = 117+59+110=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6E is #8AC491. Grayscale: #525252. Windows color (decimal): -9094290 or 7224181. OLE color: 7224181.

HSL color Cylindrical-coordinate representation of color #753B6E: hue angle of 307.24º 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 #753B6E is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11759110-
CMYK00.500.060.54
HSL307.24º32.95%34.51%-
HSV(B)307.24º49.57%45.88%-
XYZ11.718.0415.69-
YUV82.16143.72152.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=40.91%
G=20.63%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175911000.500.060.54307.2432.9534.51
Hex753B6E0326361332123
Octal165731560626664634143
Binary111010111101111011100110010110110110100110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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