#73317B

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

Shades of Eminence #73317B

Tints of Eminence #73317B

Color information

#73317B (or 0x73317B) is unknown color: approx Eminence. HEX triplet: 73, 31 and 7B. RGB value is (115,49,123). Sum of RGB (Red+Green+Blue) = 115+49+123=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #73317B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73317B is #8CCE84. Grayscale: #4C4C4C. Windows color (decimal): -9227909 or 8073587. OLE color: 8073587.

HSL color Cylindrical-coordinate representation of color #73317B: hue angle of 293.51º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73317B is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11549123-
CMYK0.070.6000.52
HSL293.51º43.02%33.73%-
HSV(B)293.51º60.16%48.24%-
XYZ11.747.2719.52-
YUV77.17153.87154.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=40.07%
G=17.07%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115491230.070.6000.52293.5143.0233.73
Hex73317B73C0341262b22
Octal163611737740644465342
Binary111001111000111110111111111000110100100100110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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