#73317D

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

Shades of Eminence #73317D

Tints of Eminence #73317D

Color information

#73317D (or 0x73317D) is unknown color: approx Eminence. HEX triplet: 73, 31 and 7D. RGB value is (115,49,125). Sum of RGB (Red+Green+Blue) = 115+49+125=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #73317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73317D is #8CCE82. Grayscale: #4D4D4D. Windows color (decimal): -9227907 or 8204659. OLE color: 8204659.

HSL color Cylindrical-coordinate representation of color #73317D: hue angle of 292.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73317D is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11549125-
CMYK0.080.6100.51
HSL292.11º43.68%34.12%-
HSV(B)292.11º60.8%49.02%-
XYZ11.877.3220.19-
YUV77.4154.87154.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=39.79%
G=16.96%
B=43.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115491250.080.6100.51292.1143.6834.12
Hex73317D83D0331242c22
Octal1636117510750634445442
Binary1110011110001111110110001111010110011100100100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,49,125); }

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

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

 a { background-color: rgb(115,49,125); }

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

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

 span { border-color: rgb(115,49,125); }

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