#743781

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

Shades of Eminence #743781

Tints of Eminence #743781

Color information

#743781 (or 0x743781) is unknown color: approx Eminence. HEX triplet: 74, 37 and 81. RGB value is (116,55,129). Sum of RGB (Red+Green+Blue) = 116+55+129=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #743781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743781 is #8BC87E. Grayscale: #515151. Windows color (decimal): -9160831 or 8468340. OLE color: 8468340.

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

Color convert

RGB11655129-
CMYK0.100.5700.49
HSL289.46º40.22%36.08%-
HSV(B)289.46º57.36%50.59%-
XYZ12.538.0321.66-
YUV81.68154.71152.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 129 (50.78% from 255) = 43%
R=38.67%
G=18.33%
B=43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116551290.100.5700.49289.4640.2236.08
Hex743781A390311212824
Octal1646720112710614415044
Binary11101001101111000000110101110010110001100100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743781; }

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

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

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

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

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

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

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

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