#73396D

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

Shades of Eminence #73396D

Tints of Eminence #73396D

Color information

#73396D (or 0x73396D) is unknown color: approx Eminence. HEX triplet: 73, 39 and 6D. RGB value is (115,57,109). Sum of RGB (Red+Green+Blue) = 115+57+109=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #73396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396D is #8CC692. Grayscale: #505050. Windows color (decimal): -9225875 or 7158131. OLE color: 7158131.

HSL color Cylindrical-coordinate representation of color #73396D: hue angle of 306.21º 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 #73396D is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11557109-
CMYK00.500.050.55
HSL306.21º33.72%33.73%-
HSV(B)306.21º50.43%45.1%-
XYZ11.297.6815.35-
YUV80.27144.22152.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=40.93%
G=20.28%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155710900.500.050.55306.2133.7233.73
Hex73396D0325371322222
Octal163711550625674624242
Binary111001111100111011010110010101110111100110010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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