#753B74

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

Shades of Eminence #753B74

Tints of Eminence #753B74

Color information

#753B74 (or 0x753B74) is unknown color: approx Eminence. HEX triplet: 75, 3B and 74. RGB value is (117,59,116). Sum of RGB (Red+Green+Blue) = 117+59+116=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #753B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B74 is #8AC48B. Grayscale: #525252. Windows color (decimal): -9094284 or 7617397. OLE color: 7617397.

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

Color convert

RGB11759116-
CMYK00.500.010.54
HSL301.03º32.95%34.51%-
HSV(B)301.03º49.57%45.88%-
XYZ12.058.1717.46-
YUV82.84146.72152.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 116 (45.70% from 255) = 39.73%
R=40.07%
G=20.21%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175911600.500.010.54301.0332.9534.51
Hex753B7403213612d2123
Octal165731640621664554143
Binary1110101111011111010001100101110110100101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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