#743D7D

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

Shades of Eminence #743D7D

Tints of Eminence #743D7D

Color information

#743D7D (or 0x743D7D) is unknown color: approx Eminence. HEX triplet: 74, 3D and 7D. RGB value is (116,61,125). Sum of RGB (Red+Green+Blue) = 116+61+125=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #743D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D7D is #8BC282. Grayscale: #545454. Windows color (decimal): -9159299 or 8207732. OLE color: 8207732.

HSL color Cylindrical-coordinate representation of color #743D7D: hue angle of 291.56º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743D7D is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11661125-
CMYK0.070.5100.51
HSL291.56º34.41%36.47%-
HSV(B)291.56º51.2%49.02%-
XYZ12.578.5320.39-
YUV84.74150.72150.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=38.41%
G=20.20%
B=41.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116611250.070.5100.51291.5634.4136.47
Hex743D7D7330331242224
Octal164751757630634444244
Binary111010011110111111011111100110110011100100100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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