#753E82

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

Shades of Eminence #753E82

Tints of Eminence #753E82

Color information

#753E82 (or 0x753E82) is unknown color: approx Eminence. HEX triplet: 75, 3E and 82. RGB value is (117,62,130). Sum of RGB (Red+Green+Blue) = 117+62+130=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #753E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753E82 is #8AC17D. Grayscale: #555555. Windows color (decimal): -9093502 or 8535669. OLE color: 8535669.

HSL color Cylindrical-coordinate representation of color #753E82: hue angle of 288.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753E82 is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11762130-
CMYK0.10.5200.49
HSL288.53º35.42%37.65%-
HSV(B)288.53º52.31%50.98%-
XYZ13.098.8422.14-
YUV86.2152.72149.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=37.86%
G=20.06%
B=42.07%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117621300.10.5200.49288.5335.4237.65
Hex753E82A340311212326
Octal1657620212640614414346
Binary11101011111101000001010101101000110001100100001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,130); }

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

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

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

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

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

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

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