#73467A

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

Shades of Eminence #73467A

Tints of Eminence #73467A

Color information

#73467A (or 0x73467A) is unknown color: approx Eminence. HEX triplet: 73, 46 and 7A. RGB value is (115,70,122). Sum of RGB (Red+Green+Blue) = 115+70+122=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #73467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73467A is #8CB985. Grayscale: #595959. Windows color (decimal): -9222534 or 8013427. OLE color: 8013427.

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

Color convert

RGB11570122-
CMYK0.060.4300.52
HSL291.92º27.08%37.65%-
HSV(B)291.92º42.62%47.84%-
XYZ12.779.4319.56-
YUV89.38146.41146.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=37.46%
G=22.80%
B=39.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115701220.060.4300.52291.9227.0837.65
Hex73467A62B0341241b26
Octal1631061726530644443346
Binary111001110001101111010110101011011010010010010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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