#742880

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

Shades of Eminence #742880

Tints of Eminence #742880

Color information

#742880 (or 0x742880) is unknown color: approx Eminence. HEX triplet: 74, 28 and 80. RGB value is (116,40,128). Sum of RGB (Red+Green+Blue) = 116+40+128=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #742880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742880 is #8BD77F. Grayscale: #484848. Windows color (decimal): -9164672 or 8398964. OLE color: 8398964.

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

Color convert

RGB11640128-
CMYK0.090.6900.50
HSL291.82º52.38%32.94%-
HSV(B)291.82º68.75%50.2%-
XYZ11.866.7921.11-
YUV72.76159.18158.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=40.85%
G=14.08%
B=45.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116401280.090.6900.50291.8252.3832.94
Hex7428809450321243421
Octal16450200111050624446441
Binary111010010100010000000100110001010110010100100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742880; }

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

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

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

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

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

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

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

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