#744775

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

Shades of Eminence #744775

Tints of Eminence #744775

Color information

#744775 (or 0x744775) is unknown color: approx Eminence. HEX triplet: 74, 47 and 75. RGB value is (116,71,117). Sum of RGB (Red+Green+Blue) = 116+71+117=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #744775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744775 is #8BB88A. Grayscale: #595959. Windows color (decimal): -9156747 or 7686004. OLE color: 7686004.

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

Color convert

RGB11671117-
CMYK0.010.3900.54
HSL298.7º24.47%36.86%-
HSV(B)298.7º39.32%45.88%-
XYZ12.679.518-
YUV89.7143.41146.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=38.16%
G=23.36%
B=38.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116711170.010.3900.54298.724.4736.86
Hex74477512703612b1825
Octal1641071651470664533045
Binary1110100100011111101011100111011011010010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744775; }

 p { color: rgb(116,71,117); }

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

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

 a { background-color: rgb(116,71,117); }

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

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

 span { border-color: rgb(116,71,117); }

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