#742D7F

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

Shades of Eminence #742D7F

Tints of Eminence #742D7F

Color information

#742D7F (or 0x742D7F) is unknown color: approx Eminence. HEX triplet: 74, 2D and 7F. RGB value is (116,45,127). Sum of RGB (Red+Green+Blue) = 116+45+127=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #742D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D7F is #8BD280. Grayscale: #4B4B4B. Windows color (decimal): -9163393 or 8334708. OLE color: 8334708.

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

Color convert

RGB11645127-
CMYK0.090.6500.50
HSL291.95º47.67%33.73%-
HSV(B)291.95º64.57%49.8%-
XYZ11.977.1220.82-
YUV75.58157.02156.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 127 (50% from 255) = 44.10%
R=40.28%
G=15.62%
B=44.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116451270.090.6500.50291.9547.6733.73
Hex742D7F9410321243022
Octal16455177111010624446042
Binary11101001011011111111100110000010110010100100100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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