#734379

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

Shades of Eminence #734379

Tints of Eminence #734379

Color information

#734379 (or 0x734379) is unknown color: approx Eminence. HEX triplet: 73, 43 and 79. RGB value is (115,67,121). Sum of RGB (Red+Green+Blue) = 115+67+121=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #734379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734379 is #8CBC86. Grayscale: #575757. Windows color (decimal): -9223303 or 7947123. OLE color: 7947123.

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

Color convert

RGB11567121-
CMYK0.050.4500.53
HSL293.33º28.72%36.86%-
HSV(B)293.33º44.63%47.45%-
XYZ12.539.0419.17-
YUV87.51146.9147.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=37.95%
G=22.11%
B=39.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115671210.050.4500.53293.3328.7236.86
Hex73437952D0351251d25
Octal1631031715550654453545
Binary111001110000111111001101101101011010110010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734379; }

 p { color: rgb(115,67,121); }

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

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

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

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

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

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

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