#743681

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

Shades of Eminence #743681

Tints of Eminence #743681

Color information

#743681 (or 0x743681) is unknown color: approx Eminence. HEX triplet: 74, 36 and 81. RGB value is (116,54,129). Sum of RGB (Red+Green+Blue) = 116+54+129=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #743681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743681 is #8BC97E. Grayscale: #505050. Windows color (decimal): -9161087 or 8468084. OLE color: 8468084.

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

Color convert

RGB11654129-
CMYK0.100.5800.49
HSL289.6º40.98%35.88%-
HSV(B)289.6º58.14%50.59%-
XYZ12.487.9421.64-
YUV81.09155.04152.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=38.80%
G=18.06%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116541290.100.5800.49289.640.9835.88
Hex743681A3A0311222924
Octal1646620112720614425144
Binary11101001101101000000110101110100110001100100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743681; }

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

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

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

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

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

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

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

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