#73386E

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

Shades of Eminence #73386E

Tints of Eminence #73386E

Color information

#73386E (or 0x73386E) is unknown color: approx Eminence. HEX triplet: 73, 38 and 6E. RGB value is (115,56,110). Sum of RGB (Red+Green+Blue) = 115+56+110=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #73386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73386E is #8CC791. Grayscale: #4F4F4F. Windows color (decimal): -9226130 or 7223411. OLE color: 7223411.

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

Color convert

RGB11556110-
CMYK00.510.040.55
HSL305.08º34.5%33.53%-
HSV(B)305.08º51.3%45.1%-
XYZ11.37.615.62-
YUV79.8145.05153.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=40.93%
G=19.93%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155611000.510.040.55305.0834.533.53
Hex73386E0334371312322
Octal163701560634674614342
Binary111001111100011011100110011100110111100110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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