#744170

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

Shades of Eminence #744170

Tints of Eminence #744170

Color information

#744170 (or 0x744170) is unknown color: approx Eminence. HEX triplet: 74, 41 and 70. RGB value is (116,65,112). Sum of RGB (Red+Green+Blue) = 116+65+112=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #744170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744170 is #8BBE8F. Grayscale: #555555. Windows color (decimal): -9158288 or 7356788. OLE color: 7356788.

HSL color Cylindrical-coordinate representation of color #744170: hue angle of 304.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744170 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11665112-
CMYK00.440.030.55
HSL304.71º28.18%35.49%-
HSV(B)304.71º43.97%45.49%-
XYZ12.028.6616.37-
YUV85.61142.9149.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=39.59%
G=22.18%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166511200.440.030.55304.7128.1835.49
Hex74417002C3371311c23
Octal1641011600543674613443
Binary11101001000001111000001011001111011110011000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744170; }

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

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

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

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

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

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

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

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