#743382

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

Shades of Eminence #743382

Tints of Eminence #743382

Color information

#743382 (or 0x743382) is unknown color: approx Eminence. HEX triplet: 74, 33 and 82. RGB value is (116,51,130). Sum of RGB (Red+Green+Blue) = 116+51+130=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #743382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743382 is #8BCC7D. Grayscale: #4F4F4F. Windows color (decimal): -9161854 or 8532852. OLE color: 8532852.

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

Color convert

RGB11651130-
CMYK0.110.6100.49
HSL289.37º43.65%35.49%-
HSV(B)289.37º60.77%50.98%-
XYZ12.427.6921.95-
YUV79.44156.53154.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=39.06%
G=17.17%
B=43.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116511300.110.6100.49289.3743.6535.49
Hex743382B3D0311212c23
Octal1646320213750614415443
Binary11101001100111000001010111111010110001100100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743382; }

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

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

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

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

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

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

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

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