#753D81

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

Shades of Eminence #753D81

Tints of Eminence #753D81

Color information

#753D81 (or 0x753D81) is unknown color: approx Eminence. HEX triplet: 75, 3D and 81. RGB value is (117,61,129). Sum of RGB (Red+Green+Blue) = 117+61+129=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #753D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D81 is #8AC27E. Grayscale: #555555. Windows color (decimal): -9093759 or 8469877. OLE color: 8469877.

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

Color convert

RGB11761129-
CMYK0.090.5300.49
HSL289.41º35.79%37.25%-
HSV(B)289.41º52.71%50.59%-
XYZ12.978.721.77-
YUV85.5152.55150.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=38.11%
G=19.87%
B=42.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117611290.090.5300.49289.4135.7937.25
Hex753D819350311212425
Octal1657520111650614414445
Binary11101011111011000000110011101010110001100100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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