#753A6E

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

Shades of Eminence #753A6E

Tints of Eminence #753A6E

Color information

#753A6E (or 0x753A6E) is unknown color: approx Eminence. HEX triplet: 75, 3A and 6E. RGB value is (117,58,110). Sum of RGB (Red+Green+Blue) = 117+58+110=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6E is #8AC591. Grayscale: #515151. Windows color (decimal): -9094546 or 7223925. OLE color: 7223925.

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

Color convert

RGB11758110-
CMYK00.500.060.54
HSL307.12º33.71%34.31%-
HSV(B)307.12º50.43%45.88%-
XYZ11.667.9315.67-
YUV81.57144.05153.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=41.05%
G=20.35%
B=38.60%

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
Decimal1175811000.500.060.54307.1233.7134.31
Hex753A6E0326361332222
Octal165721560626664634242
Binary111010111101011011100110010110110110100110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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