#753D7B

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

Shades of Eminence #753D7B

Tints of Eminence #753D7B

Color information

#753D7B (or 0x753D7B) is unknown color: approx Eminence. HEX triplet: 75, 3D and 7B. RGB value is (117,61,123). Sum of RGB (Red+Green+Blue) = 117+61+123=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #753D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D7B is #8AC284. Grayscale: #545454. Windows color (decimal): -9093765 or 8076661. OLE color: 8076661.

HSL color Cylindrical-coordinate representation of color #753D7B: hue angle of 294.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753D7B is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11761123-
CMYK0.050.5000.52
HSL294.19º33.7%36.08%-
HSV(B)294.19º50.41%48.24%-
XYZ12.588.5519.73-
YUV84.81149.55150.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=38.87%
G=20.27%
B=40.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117611230.050.5000.52294.1933.736.08
Hex753D7B5320341262224
Octal165751735620644464244
Binary111010111110111110111011100100110100100100110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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