#742780

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

Shades of Eminence #742780

Tints of Eminence #742780

Color information

#742780 (or 0x742780) is unknown color: approx Eminence. HEX triplet: 74, 27 and 80. RGB value is (116,39,128). Sum of RGB (Red+Green+Blue) = 116+39+128=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #742780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742780 is #8BD87F. Grayscale: #474747. Windows color (decimal): -9164928 or 8398708. OLE color: 8398708.

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

Color convert

RGB11639128-
CMYK0.090.7000.50
HSL291.91º53.29%32.75%-
HSV(B)291.91º69.53%50.2%-
XYZ11.826.7221.1-
YUV72.17159.51159.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=40.99%
G=13.78%
B=45.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116391280.090.7000.50291.9153.2932.75
Hex7427809460321243521
Octal16447200111060624446541
Binary111010010011110000000100110001100110010100100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742780; }

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

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

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

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

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

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

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

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