#73447C

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

Shades of Eminence #73447C

Tints of Eminence #73447C

Color information

#73447C (or 0x73447C) is unknown color: approx Eminence. HEX triplet: 73, 44 and 7C. RGB value is (115,68,124). Sum of RGB (Red+Green+Blue) = 115+68+124=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #73447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73447C is #8CBB83. Grayscale: #585858. Windows color (decimal): -9223044 or 8143987. OLE color: 8143987.

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

Color convert

RGB11568124-
CMYK0.070.4500.51
HSL290.36º29.17%37.65%-
HSV(B)290.36º45.16%48.63%-
XYZ12.789.2320.18-
YUV88.44148.07146.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=37.46%
G=22.15%
B=40.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115681240.070.4500.51290.3629.1737.65
Hex73447C72D0331221d26
Octal1631041747550634423546
Binary111001110001001111100111101101011001110010001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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