#734675

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

Shades of Eminence #734675

Tints of Eminence #734675

Color information

#734675 (or 0x734675) is unknown color: approx Eminence. HEX triplet: 73, 46 and 75. RGB value is (115,70,117). Sum of RGB (Red+Green+Blue) = 115+70+117=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #734675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734675 is #8CB98A. Grayscale: #585858. Windows color (decimal): -9222539 or 7685747. OLE color: 7685747.

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

Color convert

RGB11570117-
CMYK0.020.4000.54
HSL297.45º25.13%36.67%-
HSV(B)297.45º40.17%45.88%-
XYZ12.479.3117.97-
YUV88.81143.91146.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=38.08%
G=23.18%
B=38.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115701170.020.4000.54297.4525.1336.67
Hex7346752280361291925
Octal1631061652500664513145
Binary11100111000110111010110101000011011010010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734675; }

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

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

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

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

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

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

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

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