#734973

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

Shades of Eminence #734973

Tints of Eminence #734973

Color information

#734973 (or 0x734973) is unknown color: approx Eminence. HEX triplet: 73, 49 and 73. RGB value is (115,73,115). Sum of RGB (Red+Green+Blue) = 115+73+115=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #734973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734973 is #8CB68C. Grayscale: #5A5A5A. Windows color (decimal): -9221773 or 7555443. OLE color: 7555443.

HSL color Cylindrical-coordinate representation of color #734973: hue angle of 300º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734973 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11573115-
CMYK00.3700.55
HSL300º22.34%36.86%-
HSV(B)300º36.52%45.1%-
XYZ12.559.6517.42-
YUV90.35141.91145.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=37.95%
G=24.09%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157311500.3700.5530022.3436.86
Hex73497302503712c1625
Octal1631111630450674542645
Binary1110011100100111100110100101011011110010110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734973; }

 p { color: rgb(115,73,115); }

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

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

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

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

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

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

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