#744178

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

Shades of Eminence #744178

Tints of Eminence #744178

Color information

#744178 (or 0x744178) is unknown color: approx Eminence. HEX triplet: 74, 41 and 78. RGB value is (116,65,120). Sum of RGB (Red+Green+Blue) = 116+65+120=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #744178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744178 is #8BBE87. Grayscale: #565656. Windows color (decimal): -9158280 or 7881076. OLE color: 7881076.

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

Color convert

RGB11665120-
CMYK0.030.4600.53
HSL295.64º29.73%36.27%-
HSV(B)295.64º45.83%47.06%-
XYZ12.488.8518.82-
YUV86.52146.9149.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=38.54%
G=21.59%
B=39.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116651200.030.4600.53295.6429.7336.27
Hex74417832E0351281e24
Octal1641011703560654503644
Binary11101001000001111100011101110011010110010100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744178; }

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

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

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

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

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

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

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

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