#734775

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

Shades of Eminence #734775

Tints of Eminence #734775

Color information

#734775 (or 0x734775) is unknown color: approx Eminence. HEX triplet: 73, 47 and 75. RGB value is (115,71,117). Sum of RGB (Red+Green+Blue) = 115+71+117=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #734775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734775 is #8CB88A. Grayscale: #595959. Windows color (decimal): -9222283 or 7686003. OLE color: 7686003.

HSL color Cylindrical-coordinate representation of color #734775: hue angle of 297.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #734775 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11571117-
CMYK0.020.3900.54
HSL297.39º24.47%36.86%-
HSV(B)297.39º39.32%45.88%-
XYZ12.539.4417.99-
YUV89.4143.58146.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=37.95%
G=23.43%
B=38.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115711170.020.3900.54297.3924.4736.86
Hex7347752270361291825
Octal1631071652470664513045
Binary11100111000111111010110100111011011010010100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734775; }

 p { color: rgb(115,71,117); }

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

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

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

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

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

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

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