#743980

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

Shades of Eminence #743980

Tints of Eminence #743980

Color information

#743980 (or 0x743980) is unknown color: approx Eminence. HEX triplet: 74, 39 and 80. RGB value is (116,57,128). Sum of RGB (Red+Green+Blue) = 116+57+128=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #743980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743980 is #8BC67F. Grayscale: #525252. Windows color (decimal): -9160320 or 8403316. OLE color: 8403316.

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

Color convert

RGB11657128-
CMYK0.090.5500.50
HSL289.86º38.38%36.27%-
HSV(B)289.86º55.47%50.2%-
XYZ12.568.221.34-
YUV82.74153.55151.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=38.54%
G=18.94%
B=42.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116571280.090.5500.50289.8638.3836.27
Hex7439809370321222624
Octal1647120011670624424644
Binary11101001110011000000010011101110110010100100010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743980; }

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

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

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

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

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

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

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

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