#73377A

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

Shades of Eminence #73377A

Tints of Eminence #73377A

Color information

#73377A (or 0x73377A) is unknown color: approx Eminence. HEX triplet: 73, 37 and 7A. RGB value is (115,55,122). Sum of RGB (Red+Green+Blue) = 115+55+122=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #73377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73377A is #8CC885. Grayscale: #505050. Windows color (decimal): -9226374 or 8009587. OLE color: 8009587.

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

Color convert

RGB11555122-
CMYK0.060.5500.52
HSL293.73º37.85%34.71%-
HSV(B)293.73º54.92%47.84%-
XYZ11.957.7819.28-
YUV80.58151.38152.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=39.38%
G=18.84%
B=41.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115551220.060.5500.52293.7337.8534.71
Hex73377A6370341262623
Octal163671726670644464643
Binary111001111011111110101101101110110100100100110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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