#753B81

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

Shades of Eminence #753B81

Tints of Eminence #753B81

Color information

#753B81 (or 0x753B81) is unknown color: approx Eminence. HEX triplet: 75, 3B and 81. RGB value is (117,59,129). Sum of RGB (Red+Green+Blue) = 117+59+129=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #753B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B81 is #8AC47E. Grayscale: #545454. Windows color (decimal): -9094271 or 8469365. OLE color: 8469365.

HSL color Cylindrical-coordinate representation of color #753B81: hue angle of 289.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753B81 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11759129-
CMYK0.090.5400.49
HSL289.71º37.23%36.86%-
HSV(B)289.71º54.26%50.59%-
XYZ12.868.4921.73-
YUV84.32153.22151.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=38.36%
G=19.34%
B=42.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117591290.090.5400.49289.7137.2336.86
Hex753B819360311222525
Octal1657320111660614424545
Binary11101011110111000000110011101100110001100100010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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