#734670

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

Shades of Eminence #734670

Tints of Eminence #734670

Color information

#734670 (or 0x734670) is unknown color: approx Eminence. HEX triplet: 73, 46 and 70. RGB value is (115,70,112). Sum of RGB (Red+Green+Blue) = 115+70+112=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #734670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734670 is #8CB98F. Grayscale: #585858. Windows color (decimal): -9222544 or 7358067. OLE color: 7358067.

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

Color convert

RGB11570112-
CMYK00.390.030.55
HSL304º24.32%36.27%-
HSV(B)304º39.13%45.1%-
XYZ12.199.216.46-
YUV88.24141.41147.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=38.72%
G=23.57%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157011200.390.030.5530424.3236.27
Hex7346700273371301824
Octal1631061600473674603044
Binary11100111000110111000001001111111011110011000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734670; }

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

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

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

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

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

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

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

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