#754973

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

Shades of Eminence #754973

Tints of Eminence #754973

Color information

#754973 (or 0x754973) is unknown color: approx Eminence. HEX triplet: 75, 49 and 73. RGB value is (117,73,115). Sum of RGB (Red+Green+Blue) = 117+73+115=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754973 is #8AB68C. Grayscale: #5A5A5A. Windows color (decimal): -9090701 or 7555445. OLE color: 7555445.

HSL color Cylindrical-coordinate representation of color #754973: hue angle of 302.73º 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 #754973 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11773115-
CMYK00.380.020.54
HSL302.73º23.16%37.25%-
HSV(B)302.73º37.61%45.88%-
XYZ12.819.7817.43-
YUV90.94141.58146.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=38.36%
G=23.93%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177311500.380.020.54302.7323.1637.25
Hex75497302623612f1725
Octal1651111630462664572745
Binary11101011001001111001101001101011011010010111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754973; }

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

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

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

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

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

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

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

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