#744576

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

Shades of Eminence #744576

Tints of Eminence #744576

Color information

#744576 (or 0x744576) is unknown color: approx Eminence. HEX triplet: 74, 45 and 76. RGB value is (116,69,118). Sum of RGB (Red+Green+Blue) = 116+69+118=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #744576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744576 is #8BBA89. Grayscale: #585858. Windows color (decimal): -9157258 or 7751028. OLE color: 7751028.

HSL color Cylindrical-coordinate representation of color #744576: hue angle of 297.55º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #744576 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11669118-
CMYK0.020.4200.54
HSL297.55º26.2%36.67%-
HSV(B)297.55º41.53%46.27%-
XYZ12.69.2818.27-
YUV88.64144.57147.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=38.28%
G=22.77%
B=38.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116691180.020.4200.54297.5526.236.67
Hex74457622A03612a1a25
Octal1641051662520664523245
Binary11101001000101111011010101010011011010010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744576; }

 p { color: rgb(116,69,118); }

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

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

 a { background-color: rgb(116,69,118); }

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

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

 span { border-color: rgb(116,69,118); }

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