#743670

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

Shades of Eminence #743670

Tints of Eminence #743670

Color information

#743670 (or 0x743670) is unknown color: approx Eminence. HEX triplet: 74, 36 and 70. RGB value is (116,54,112). Sum of RGB (Red+Green+Blue) = 116+54+112=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743670 is #8BC98F. Grayscale: #4E4E4E. Windows color (decimal): -9161104 or 7353972. OLE color: 7353972.

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

Color convert

RGB11654112-
CMYK00.530.030.55
HSL303.87º36.47%33.33%-
HSV(B)303.87º53.45%45.49%-
XYZ11.457.5216.18-
YUV79.15146.54154.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=41.13%
G=19.15%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165411200.530.030.55303.8736.4733.33
Hex7436700353371302421
Octal164661600653674604441
Binary11101001101101110000011010111110111100110000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743670; }

 p { color: rgb(116,54,112); }

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

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

 a { background-color: rgb(116,54,112); }

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

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

 span { border-color: rgb(116,54,112); }

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