#743780

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

Shades of Eminence #743780

Tints of Eminence #743780

Color information

#743780 (or 0x743780) is unknown color: approx Eminence. HEX triplet: 74, 37 and 80. RGB value is (116,55,128). Sum of RGB (Red+Green+Blue) = 116+55+128=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #743780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743780 is #8BC87F. Grayscale: #515151. Windows color (decimal): -9160832 or 8402804. OLE color: 8402804.

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

Color convert

RGB11655128-
CMYK0.090.5700.50
HSL290.14º39.89%35.88%-
HSV(B)290.14º57.03%50.2%-
XYZ12.46821.31-
YUV81.56154.21152.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=38.80%
G=18.39%
B=42.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116551280.090.5700.50290.1439.8935.88
Hex7437809390321222824
Octal1646720011710624425044
Binary11101001101111000000010011110010110010100100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743780; }

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

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

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

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

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

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

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

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