#73446E

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

Shades of Eminence #73446E

Tints of Eminence #73446E

Color information

#73446E (or 0x73446E) is unknown color: approx Eminence. HEX triplet: 73, 44 and 6E. RGB value is (115,68,110). Sum of RGB (Red+Green+Blue) = 115+68+110=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73446E is #8CBB91. Grayscale: #565656. Windows color (decimal): -9223058 or 7226483. OLE color: 7226483.

HSL color Cylindrical-coordinate representation of color #73446E: hue angle of 306.38º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73446E is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11568110-
CMYK00.410.040.55
HSL306.38º25.68%35.88%-
HSV(B)306.38º40.87%45.1%-
XYZ11.958.915.84-
YUV86.84141.07148.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=39.25%
G=23.21%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156811000.410.040.55306.3825.6835.88
Hex73446E0294371321a24
Octal1631041560514674623244
Binary111001110001001101110010100110011011110011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73446E; }

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

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

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

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

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

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

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

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