#743C80

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

Shades of Eminence #743C80

Tints of Eminence #743C80

Color information

#743C80 (or 0x743C80) is unknown color: approx Eminence. HEX triplet: 74, 3C and 80. RGB value is (116,60,128). Sum of RGB (Red+Green+Blue) = 116+60+128=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #743C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C80 is #8BC37F. Grayscale: #545454. Windows color (decimal): -9159552 or 8404084. OLE color: 8404084.

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

Color convert

RGB11660128-
CMYK0.090.5300.50
HSL289.41º36.17%36.86%-
HSV(B)289.41º53.12%50.2%-
XYZ12.718.521.39-
YUV84.5152.55150.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=38.16%
G=19.74%
B=42.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116601280.090.5300.50289.4136.1736.86
Hex743C809350321212425
Octal1647420011650624414445
Binary11101001111001000000010011101010110010100100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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