#73357C

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

Shades of Eminence #73357C

Tints of Eminence #73357C

Color information

#73357C (or 0x73357C) is unknown color: approx Eminence. HEX triplet: 73, 35 and 7C. RGB value is (115,53,124). Sum of RGB (Red+Green+Blue) = 115+53+124=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #73357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73357C is #8CCA83. Grayscale: #4F4F4F. Windows color (decimal): -9226884 or 8140147. OLE color: 8140147.

HSL color Cylindrical-coordinate representation of color #73357C: hue angle of 292.39º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73357C is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11553124-
CMYK0.070.5700.51
HSL292.39º40.11%34.71%-
HSV(B)292.39º57.26%48.63%-
XYZ11.987.6519.91-
YUV79.63153.04153.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=39.38%
G=18.15%
B=42.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115531240.070.5700.51292.3940.1134.71
Hex73357C7390331242823
Octal163651747710634445043
Binary111001111010111111001111110010110011100100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73357C; }

 p { color: rgb(115,53,124); }

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

<style>
 a { background-color: #73357C; }

 a { background-color: rgb(115,53,124); }

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

<style>
 span { border-color: #73357C; }

 span { border-color: rgb(115,53,124); }

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