#754673

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

Shades of Eminence #754673

Tints of Eminence #754673

Color information

#754673 (or 0x754673) is unknown color: approx Eminence. HEX triplet: 75, 46 and 73. RGB value is (117,70,115). Sum of RGB (Red+Green+Blue) = 117+70+115=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #754673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754673 is #8AB98C. Grayscale: #595959. Windows color (decimal): -9091469 or 7554677. OLE color: 7554677.

HSL color Cylindrical-coordinate representation of color #754673: hue angle of 302.55º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754673 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11770115-
CMYK00.400.020.54
HSL302.55º25.13%36.67%-
HSV(B)302.55º40.17%45.88%-
XYZ12.629.417.37-
YUV89.18142.57147.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=38.74%
G=23.18%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177011500.400.020.54302.5525.1336.67
Hex75467302823612f1925
Octal1651061630502664573145
Binary11101011000110111001101010001011011010010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754673; }

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

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

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

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

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

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

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

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