#742980

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

Shades of Eminence #742980

Tints of Eminence #742980

Color information

#742980 (or 0x742980) is unknown color: approx Eminence. HEX triplet: 74, 29 and 80. RGB value is (116,41,128). Sum of RGB (Red+Green+Blue) = 116+41+128=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #742980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742980 is #8BD67F. Grayscale: #494949. Windows color (decimal): -9164416 or 8399220. OLE color: 8399220.

HSL color Cylindrical-coordinate representation of color #742980: hue angle of 291.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742980 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11641128-
CMYK0.090.6800.50
HSL291.72º51.48%33.14%-
HSV(B)291.72º67.97%50.2%-
XYZ11.896.8621.12-
YUV73.34158.85158.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=40.70%
G=14.39%
B=44.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116411280.090.6800.50291.7251.4833.14
Hex7429809440321243321
Octal16451200111040624446341
Binary111010010100110000000100110001000110010100100100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742980; }

 p { color: rgb(116,41,128); }

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

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

 a { background-color: rgb(116,41,128); }

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

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

 span { border-color: rgb(116,41,128); }

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