#743782

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

Shades of Eminence #743782

Tints of Eminence #743782

Color information

#743782 (or 0x743782) is unknown color: approx Eminence. HEX triplet: 74, 37 and 82. RGB value is (116,55,130). Sum of RGB (Red+Green+Blue) = 116+55+130=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #743782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743782 is #8BC87D. Grayscale: #515151. Windows color (decimal): -9160830 or 8533876. OLE color: 8533876.

HSL color Cylindrical-coordinate representation of color #743782: hue angle of 288.8º 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 #743782 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11655130-
CMYK0.110.5800.49
HSL288.8º40.54%36.27%-
HSV(B)288.8º57.69%50.98%-
XYZ12.68.0622.01-
YUV81.79155.21152.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=38.54%
G=18.27%
B=43.19%

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
Decimal116551300.110.5800.49288.840.5436.27
Hex743782B3A0311212924
Octal1646720213720614415144
Binary11101001101111000001010111110100110001100100001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743782; }

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

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

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

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

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

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

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

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