#73327A

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

Shades of Eminence #73327A

Tints of Eminence #73327A

Color information

#73327A (or 0x73327A) is unknown color: approx Eminence. HEX triplet: 73, 32 and 7A. RGB value is (115,50,122). Sum of RGB (Red+Green+Blue) = 115+50+122=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #73327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73327A is #8CCD85. Grayscale: #4D4D4D. Windows color (decimal): -9227654 or 8008307. OLE color: 8008307.

HSL color Cylindrical-coordinate representation of color #73327A: hue angle of 294.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73327A is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11550122-
CMYK0.060.5900.52
HSL294.17º41.86%33.73%-
HSV(B)294.17º59.02%47.84%-
XYZ11.727.3319.21-
YUV77.64153.03154.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=40.07%
G=17.42%
B=42.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115501220.060.5900.52294.1741.8633.73
Hex73327A63B0341262a22
Octal163621726730644465242
Binary111001111001011110101101110110110100100100110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73327A; }

 p { color: rgb(115,50,122); }

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

<style>
 a { background-color: #73327A; }

 a { background-color: rgb(115,50,122); }

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

<style>
 span { border-color: #73327A; }

 span { border-color: rgb(115,50,122); }

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