#73467C

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

Shades of Eminence #73467C

Tints of Eminence #73467C

Color information

#73467C (or 0x73467C) is unknown color: approx Eminence. HEX triplet: 73, 46 and 7C. RGB value is (115,70,124). Sum of RGB (Red+Green+Blue) = 115+70+124=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #73467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73467C is #8CB983. Grayscale: #595959. Windows color (decimal): -9222532 or 8144499. OLE color: 8144499.

HSL color Cylindrical-coordinate representation of color #73467C: hue angle of 290º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73467C is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11570124-
CMYK0.070.4400.51
HSL290º27.84%38.04%-
HSV(B)290º43.55%48.63%-
XYZ12.99.4820.22-
YUV89.61147.41146.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=37.22%
G=22.65%
B=40.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115701240.070.4400.5129027.8438.04
Hex73467C72C0331221c26
Octal1631061747540634423446
Binary111001110001101111100111101100011001110010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73467C; }

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

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

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

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

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

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

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

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