#743682

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

Shades of Eminence #743682

Tints of Eminence #743682

Color information

#743682 (or 0x743682) is unknown color: approx Eminence. HEX triplet: 74, 36 and 82. RGB value is (116,54,130). Sum of RGB (Red+Green+Blue) = 116+54+130=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #743682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743682 is #8BC97D. Grayscale: #505050. Windows color (decimal): -9161086 or 8533620. OLE color: 8533620.

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

Color convert

RGB11654130-
CMYK0.110.5800.49
HSL288.95º41.3%36.08%-
HSV(B)288.95º58.46%50.98%-
XYZ12.557.9621.99-
YUV81.2155.54152.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=38.67%
G=18%
B=43.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116541300.110.5800.49288.9541.336.08
Hex743682B3A0311212924
Octal1646620213720614415144
Binary11101001101101000001010111110100110001100100001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743682; }

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

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

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

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

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

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

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

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