#743E7A

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

Shades of Eminence #743E7A

Tints of Eminence #743E7A

Color information

#743E7A (or 0x743E7A) is unknown color: approx Eminence. HEX triplet: 74, 3E and 7A. RGB value is (116,62,122). Sum of RGB (Red+Green+Blue) = 116+62+122=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #743E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E7A is #8BC185. Grayscale: #545454. Windows color (decimal): -9159046 or 8011380. OLE color: 8011380.

HSL color Cylindrical-coordinate representation of color #743E7A: hue angle of 294º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743E7A is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11662122-
CMYK0.050.4900.52
HSL294º32.61%36.08%-
HSV(B)294º49.18%47.84%-
XYZ12.448.5619.41-
YUV84.99148.89150.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=38.67%
G=20.67%
B=40.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116621220.050.4900.5229432.6136.08
Hex743E7A5310341262124
Octal164761725610644464144
Binary111010011111011110101011100010110100100100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,122); }

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

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

 a { background-color: rgb(116,62,122); }

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

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

 span { border-color: rgb(116,62,122); }

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