#743D70

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

Shades of Eminence #743D70

Tints of Eminence #743D70

Color information

#743D70 (or 0x743D70) is unknown color: approx Eminence. HEX triplet: 74, 3D and 70. RGB value is (116,61,112). Sum of RGB (Red+Green+Blue) = 116+61+112=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #743D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D70 is #8BC28F. Grayscale: #535353. Windows color (decimal): -9159312 or 7355764. OLE color: 7355764.

HSL color Cylindrical-coordinate representation of color #743D70: hue angle of 304.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743D70 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11661112-
CMYK00.470.030.55
HSL304.36º31.07%34.71%-
HSV(B)304.36º47.41%45.49%-
XYZ11.88.2216.29-
YUV83.26144.22151.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=40.14%
G=21.11%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166111200.470.030.55304.3631.0734.71
Hex743D7002F3371301f23
Octal164751600573674603743
Binary1110100111101111000001011111111011110011000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743D70; }

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

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

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

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

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

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

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

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