#753D75

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

Shades of Eminence #753D75

Tints of Eminence #753D75

Color information

#753D75 (or 0x753D75) is unknown color: approx Eminence. HEX triplet: 75, 3D and 75. RGB value is (117,61,117). Sum of RGB (Red+Green+Blue) = 117+61+117=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D75 is #8AC28A. Grayscale: #535353. Windows color (decimal): -9093771 or 7683445. OLE color: 7683445.

HSL color Cylindrical-coordinate representation of color #753D75: hue angle of 300º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D75 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11761117-
CMYK00.4800.54
HSL300º31.46%34.9%-
HSV(B)300º47.86%45.88%-
XYZ12.228.417.81-
YUV84.13146.55151.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=39.66%
G=20.68%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176111700.4800.5430031.4634.9
Hex753D7503003612c1f23
Octal165751650600664543743
Binary111010111110111101010110000011011010010110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,117); }

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

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

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

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

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

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

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