#744271

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

Shades of Eminence #744271

Tints of Eminence #744271

Color information

#744271 (or 0x744271) is unknown color: approx Eminence. HEX triplet: 74, 42 and 71. RGB value is (116,66,113). Sum of RGB (Red+Green+Blue) = 116+66+113=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #744271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744271 is #8BBD8E. Grayscale: #565656. Windows color (decimal): -9158031 or 7422580. OLE color: 7422580.

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

Color convert

RGB11666113-
CMYK00.430.030.55
HSL303.6º27.47%35.69%-
HSV(B)303.6º43.1%45.49%-
XYZ12.138.816.68-
YUV86.31143.06149.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=39.32%
G=22.37%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166611300.430.030.55303.627.4735.69
Hex74427102B3371301b24
Octal1641021610533674603344
Binary11101001000010111000101010111111011110011000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744271; }

 p { color: rgb(116,66,113); }

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

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

 a { background-color: rgb(116,66,113); }

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

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

 span { border-color: rgb(116,66,113); }

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