#743882

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

Shades of Eminence #743882

Tints of Eminence #743882

Color information

#743882 (or 0x743882) is unknown color: approx Eminence. HEX triplet: 74, 38 and 82. RGB value is (116,56,130). Sum of RGB (Red+Green+Blue) = 116+56+130=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #743882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743882 is #8BC77D. Grayscale: #525252. Windows color (decimal): -9160574 or 8534132. OLE color: 8534132.

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

Color convert

RGB11656130-
CMYK0.110.5700.49
HSL288.65º39.78%36.47%-
HSV(B)288.65º56.92%50.98%-
XYZ12.658.1522.03-
YUV82.38154.88151.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=38.41%
G=18.54%
B=43.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116561300.110.5700.49288.6539.7836.47
Hex743882B390311212824
Octal1647020213710614415044
Binary11101001110001000001010111110010110001100100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743882; }

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

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

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

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

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

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

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

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