#743F7C

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

Shades of Eminence #743F7C

Tints of Eminence #743F7C

Color information

#743F7C (or 0x743F7C) is unknown color: approx Eminence. HEX triplet: 74, 3F and 7C. RGB value is (116,63,124). Sum of RGB (Red+Green+Blue) = 116+63+124=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #743F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F7C is #8BC083. Grayscale: #555555. Windows color (decimal): -9158788 or 8142708. OLE color: 8142708.

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

Color convert

RGB11663124-
CMYK0.060.4900.51
HSL292.13º32.62%36.67%-
HSV(B)292.13º49.19%48.63%-
XYZ12.628.7220.09-
YUV85.8149.56149.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=38.28%
G=20.79%
B=40.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116631240.060.4900.51292.1332.6236.67
Hex743F7C6310331242125
Octal164771746610634444145
Binary111010011111111111001101100010110011100100100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,124); }

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

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

 a { background-color: rgb(116,63,124); }

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

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

 span { border-color: rgb(116,63,124); }

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