#742480

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

Shades of Eminence #742480

Tints of Eminence #742480

Color information

#742480 (or 0x742480) is unknown color: approx Eminence. HEX triplet: 74, 24 and 80. RGB value is (116,36,128). Sum of RGB (Red+Green+Blue) = 116+36+128=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #742480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742480 is #8BDB7F. Grayscale: #464646. Windows color (decimal): -9165696 or 8397940. OLE color: 8397940.

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

Color convert

RGB11636128-
CMYK0.090.7200.50
HSL292.17º56.1%32.16%-
HSV(B)292.17º71.88%50.2%-
XYZ11.736.5321.06-
YUV70.41160.5160.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=41.43%
G=12.86%
B=45.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116361280.090.7200.50292.1756.132.16
Hex7424809480321243820
Octal16444200111100624447040
Binary111010010010010000000100110010000110010100100100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742480; }

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

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

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

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

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

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

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

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