#73327F

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

Shades of Eminence #73327F

Tints of Eminence #73327F

Color information

#73327F (or 0x73327F) is unknown color: approx Eminence. HEX triplet: 73, 32 and 7F. RGB value is (115,50,127). Sum of RGB (Red+Green+Blue) = 115+50+127=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #73327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73327F is #8CCD80. Grayscale: #4D4D4D. Windows color (decimal): -9227649 or 8335987. OLE color: 8335987.

HSL color Cylindrical-coordinate representation of color #73327F: hue angle of 290.65º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73327F is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11550127-
CMYK0.090.6100.50
HSL290.65º43.5%34.71%-
HSV(B)290.65º60.63%49.8%-
XYZ12.047.4620.88-
YUV78.21155.53154.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 127 (50% from 255) = 43.49%
R=39.38%
G=17.12%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115501270.090.6100.50290.6543.534.71
Hex73327F93D0321232c23
Octal1636217711750624435443
Binary1110011110010111111110011111010110010100100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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