#73377B

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

Shades of Eminence #73377B

Tints of Eminence #73377B

Color information

#73377B (or 0x73377B) is unknown color: approx Eminence. HEX triplet: 73, 37 and 7B. RGB value is (115,55,123). Sum of RGB (Red+Green+Blue) = 115+55+123=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #73377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73377B is #8CC884. Grayscale: #505050. Windows color (decimal): -9226373 or 8075123. OLE color: 8075123.

HSL color Cylindrical-coordinate representation of color #73377B: hue angle of 292.94º 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 #73377B is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11555123-
CMYK0.070.5500.52
HSL292.94º38.2%34.9%-
HSV(B)292.94º55.28%48.24%-
XYZ12.017.8119.61-
YUV80.69151.88152.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=39.25%
G=18.77%
B=41.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115551230.070.5500.52292.9438.234.9
Hex73377B7370341252623
Octal163671737670644454643
Binary111001111011111110111111101110110100100100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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