#73396E

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

Shades of Eminence #73396E

Tints of Eminence #73396E

Color information

#73396E (or 0x73396E) is unknown color: approx Eminence. HEX triplet: 73, 39 and 6E. RGB value is (115,57,110). Sum of RGB (Red+Green+Blue) = 115+57+110=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #73396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396E is #8CC691. Grayscale: #505050. Windows color (decimal): -9225874 or 7223667. OLE color: 7223667.

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

Color convert

RGB11557110-
CMYK00.500.040.55
HSL305.17º33.72%33.73%-
HSV(B)305.17º50.43%45.1%-
XYZ11.357.715.64-
YUV80.38144.72152.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=40.78%
G=20.21%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155711000.500.040.55305.1733.7233.73
Hex73396E0324371312222
Octal163711560624674614242
Binary111001111100111011100110010100110111100110001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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