#742782

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

Shades of Eminence #742782

Tints of Eminence #742782

Color information

#742782 (or 0x742782) is unknown color: approx Eminence. HEX triplet: 74, 27 and 82. RGB value is (116,39,130). Sum of RGB (Red+Green+Blue) = 116+39+130=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #742782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742782 is #8BD87D. Grayscale: #484848. Windows color (decimal): -9164926 or 8529780. OLE color: 8529780.

HSL color Cylindrical-coordinate representation of color #742782: hue angle of 290.77º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742782 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11639130-
CMYK0.110.7000.49
HSL290.77º53.85%33.14%-
HSV(B)290.77º70%50.98%-
XYZ11.966.7821.8-
YUV72.4160.51159.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=40.70%
G=13.68%
B=45.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116391300.110.7000.49290.7753.8533.14
Hex742782B460311233621
Octal16447202131060614436641
Binary111010010011110000010101110001100110001100100011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742782; }

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

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

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

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

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

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

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

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