#73416E

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

Shades of Eminence #73416E

Tints of Eminence #73416E

Color information

#73416E (or 0x73416E) is unknown color: approx Eminence. HEX triplet: 73, 41 and 6E. RGB value is (115,65,110). Sum of RGB (Red+Green+Blue) = 115+65+110=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73416E is #8CBE91. Grayscale: #545454. Windows color (decimal): -9223826 or 7225715. OLE color: 7225715.

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

Color convert

RGB11565110-
CMYK00.430.040.55
HSL306º27.78%35.29%-
HSV(B)306º43.48%45.1%-
XYZ11.788.5515.78-
YUV85.08142.06149.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=39.66%
G=22.41%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156511000.430.040.5530627.7835.29
Hex73416E02B4371321c23
Octal1631011560534674623443
Binary111001110000011101110010101110011011110011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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