#73406D

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

Shades of Eminence #73406D

Tints of Eminence #73406D

Color information

#73406D (or 0x73406D) is unknown color: approx Eminence. HEX triplet: 73, 40 and 6D. RGB value is (115,64,109). Sum of RGB (Red+Green+Blue) = 115+64+109=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #73406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73406D is #8CBF92. Grayscale: #545454. Windows color (decimal): -9224083 or 7159923. OLE color: 7159923.

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

Color convert

RGB11564109-
CMYK00.440.050.55
HSL307.06º28.49%35.1%-
HSV(B)307.06º44.35%45.1%-
XYZ11.668.4215.48-
YUV84.38141.9149.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=39.93%
G=22.22%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156410900.440.050.55307.0628.4935.1
Hex73406D02C5371331c23
Octal1631001550545674633443
Binary111001110000001101101010110010111011110011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73406D; }

 p { color: rgb(115,64,109); }

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

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

 a { background-color: rgb(115,64,109); }

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

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

 span { border-color: rgb(115,64,109); }

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