#753A6D

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

Shades of Eminence #753A6D

Tints of Eminence #753A6D

Color information

#753A6D (or 0x753A6D) is unknown color: approx Eminence. HEX triplet: 75, 3A and 6D. RGB value is (117,58,109). Sum of RGB (Red+Green+Blue) = 117+58+109=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6D is #8AC592. Grayscale: #515151. Windows color (decimal): -9094547 or 7158389. OLE color: 7158389.

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

Color convert

RGB11758109-
CMYK00.500.070.54
HSL308.14º33.71%34.31%-
HSV(B)308.14º50.43%45.88%-
XYZ11.617.9115.38-
YUV81.46143.55153.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=41.20%
G=20.42%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175810900.500.070.54308.1433.7134.31
Hex753A6D0327361342222
Octal165721550627664644242
Binary111010111101011011010110010111110110100110100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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