#753680

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

Shades of Eminence #753680

Tints of Eminence #753680

Color information

#753680 (or 0x753680) is unknown color: approx Eminence. HEX triplet: 75, 36 and 80. RGB value is (117,54,128). Sum of RGB (Red+Green+Blue) = 117+54+128=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #753680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753680 is #8AC97F. Grayscale: #515151. Windows color (decimal): -9095552 or 8402549. OLE color: 8402549.

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

Color convert

RGB11754128-
CMYK0.090.5800.50
HSL291.08º40.66%35.69%-
HSV(B)291.08º57.81%50.2%-
XYZ12.557.9821.3-
YUV81.27154.37153.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=39.13%
G=18.06%
B=42.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117541280.090.5800.50291.0840.6635.69
Hex75368093A0321232924
Octal1656620011720624435144
Binary11101011101101000000010011110100110010100100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753680; }

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

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

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

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

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

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

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

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