#744177

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

Shades of Eminence #744177

Tints of Eminence #744177

Color information

#744177 (or 0x744177) is unknown color: approx Eminence. HEX triplet: 74, 41 and 77. RGB value is (116,65,119). Sum of RGB (Red+Green+Blue) = 116+65+119=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #744177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744177 is #8BBE88. Grayscale: #565656. Windows color (decimal): -9158281 or 7815540. OLE color: 7815540.

HSL color Cylindrical-coordinate representation of color #744177: hue angle of 296.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744177 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11665119-
CMYK0.030.4500.53
HSL296.67º29.35%36.08%-
HSV(B)296.67º45.38%46.67%-
XYZ12.428.8318.5-
YUV86.4146.4149.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=38.67%
G=21.67%
B=39.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116651190.030.4500.53296.6729.3536.08
Hex74417732D0351291d24
Octal1641011673550654513544
Binary11101001000001111011111101101011010110010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744177; }

 p { color: rgb(116,65,119); }

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

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

 a { background-color: rgb(116,65,119); }

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

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

 span { border-color: rgb(116,65,119); }

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