#742E7F

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

Shades of Eminence #742E7F

Tints of Eminence #742E7F

Color information

#742E7F (or 0x742E7F) is unknown color: approx Eminence. HEX triplet: 74, 2E and 7F. RGB value is (116,46,127). Sum of RGB (Red+Green+Blue) = 116+46+127=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #742E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E7F is #8BD180. Grayscale: #4B4B4B. Windows color (decimal): -9163137 or 8334964. OLE color: 8334964.

HSL color Cylindrical-coordinate representation of color #742E7F: hue angle of 291.85º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742E7F is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11646127-
CMYK0.090.6400.50
HSL291.85º46.82%33.92%-
HSV(B)291.85º63.78%49.8%-
XYZ12.017.220.84-
YUV76.16156.69156.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 127 (50% from 255) = 43.94%
R=40.14%
G=15.92%
B=43.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116461270.090.6400.50291.8546.8233.92
Hex742E7F9400321242f22
Octal16456177111000624445742
Binary11101001011101111111100110000000110010100100100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E7F; }

 p { color: rgb(116,46,127); }

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

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

 a { background-color: rgb(116,46,127); }

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

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

 span { border-color: rgb(116,46,127); }

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