#753E7E

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

Shades of Eminence #753E7E

Tints of Eminence #753E7E

Color information

#753E7E (or 0x753E7E) is unknown color: approx Eminence. HEX triplet: 75, 3E and 7E. RGB value is (117,62,126). Sum of RGB (Red+Green+Blue) = 117+62+126=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #753E7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E7E is #8AC181. Grayscale: #555555. Windows color (decimal): -9093506 or 8273525. OLE color: 8273525.

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

Color convert

RGB11762126-
CMYK0.070.5100.51
HSL291.56º34.04%36.86%-
HSV(B)291.56º50.79%49.41%-
XYZ12.828.7320.75-
YUV85.74150.72150.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 126 (49.61% from 255) = 41.31%
R=38.36%
G=20.33%
B=41.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117621260.070.5100.51291.5634.0436.86
Hex753E7E7330331242225
Octal165761767630634444245
Binary111010111111011111101111100110110011100100100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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