#75496F

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

Shades of Eminence #75496F

Tints of Eminence #75496F

Color information

#75496F (or 0x75496F) is unknown color: approx Eminence. HEX triplet: 75, 49 and 6F. RGB value is (117,73,111). Sum of RGB (Red+Green+Blue) = 117+73+111=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #75496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75496F is #8AB690. Grayscale: #5A5A5A. Windows color (decimal): -9090705 or 7293301. OLE color: 7293301.

HSL color Cylindrical-coordinate representation of color #75496F: hue angle of 308.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75496F is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11773111-
CMYK00.380.050.54
HSL308.18º23.16%37.25%-
HSV(B)308.18º37.61%45.88%-
XYZ12.599.6916.25-
YUV90.49139.58146.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=38.87%
G=24.25%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177311100.380.050.54308.1823.1637.25
Hex75496F0265361341725
Octal1651111570465664642745
Binary111010110010011101111010011010111011010011010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75496F; }

 p { color: rgb(117,73,111); }

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

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

 a { background-color: rgb(117,73,111); }

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

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

 span { border-color: rgb(117,73,111); }

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