#753682

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

Shades of Eminence #753682

Tints of Eminence #753682

Color information

#753682 (or 0x753682) is unknown color: approx Eminence. HEX triplet: 75, 36 and 82. RGB value is (117,54,130). Sum of RGB (Red+Green+Blue) = 117+54+130=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #753682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753682 is #8AC97D. Grayscale: #515151. Windows color (decimal): -9095550 or 8533621. OLE color: 8533621.

HSL color Cylindrical-coordinate representation of color #753682: hue angle of 289.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753682 is Cyan = 0.1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11754130-
CMYK0.10.5800.49
HSL289.74º41.3%36.08%-
HSV(B)289.74º58.46%50.98%-
XYZ12.688.0322-
YUV81.5155.37153.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=38.87%
G=17.94%
B=43.19%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117541300.10.5800.49289.7441.336.08
Hex753682A3A0311222924
Octal1656620212720614425144
Binary11101011101101000001010101110100110001100100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753682; }

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

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

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

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

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

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

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

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