#75407E

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

Shades of Eminence #75407E

Tints of Eminence #75407E

Color information

#75407E (or 0x75407E) is unknown color: approx Eminence. HEX triplet: 75, 40 and 7E. RGB value is (117,64,126). Sum of RGB (Red+Green+Blue) = 117+64+126=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #75407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75407E is #8ABF81. Grayscale: #565656. Windows color (decimal): -9092994 or 8274037. OLE color: 8274037.

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

Color convert

RGB11764126-
CMYK0.070.4900.51
HSL291.29º32.63%37.25%-
HSV(B)291.29º49.21%49.41%-
XYZ12.948.9620.79-
YUV86.92150.06149.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=38.11%
G=20.85%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117641260.070.4900.51291.2932.6337.25
Hex75407E7310331232125
Octal1651001767610634434145
Binary1110101100000011111101111100010110011100100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75407E; }

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

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

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

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

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

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

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

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