#753B6D

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

Shades of Eminence #753B6D

Tints of Eminence #753B6D

Color information

#753B6D (or 0x753B6D) is unknown color: approx Eminence. HEX triplet: 75, 3B and 6D. RGB value is (117,59,109). Sum of RGB (Red+Green+Blue) = 117+59+109=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6D is #8AC492. Grayscale: #515151. Windows color (decimal): -9094291 or 7158645. OLE color: 7158645.

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

Color convert

RGB11759109-
CMYK00.500.070.54
HSL308.28º32.95%34.51%-
HSV(B)308.28º49.57%45.88%-
XYZ11.668.0115.4-
YUV82.04143.22152.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=41.05%
G=20.70%
B=38.25%

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
Decimal1175910900.500.070.54308.2832.9534.51
Hex753B6D0327361342123
Octal165731550627664644143
Binary111010111101111011010110010111110110100110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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