#743680

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

Shades of Eminence #743680

Tints of Eminence #743680

Color information

#743680 (or 0x743680) is unknown color: approx Eminence. HEX triplet: 74, 36 and 80. RGB value is (116,54,128). Sum of RGB (Red+Green+Blue) = 116+54+128=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #743680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743680 is #8BC97F. Grayscale: #505050. Windows color (decimal): -9161088 or 8402548. OLE color: 8402548.

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

Color convert

RGB11654128-
CMYK0.090.5800.50
HSL290.27º40.66%35.69%-
HSV(B)290.27º57.81%50.2%-
XYZ12.427.9121.29-
YUV80.97154.54152.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=38.93%
G=18.12%
B=42.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116541280.090.5800.50290.2740.6635.69
Hex74368093A0321222924
Octal1646620011720624425144
Binary11101001101101000000010011110100110010100100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743680; }

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

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

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

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

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

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

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

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