#774571

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

Shades of Eminence #774571

Tints of Eminence #774571

Color information

#774571 (or 0x774571) is unknown color: approx Eminence. HEX triplet: 77, 45 and 71. RGB value is (119,69,113). Sum of RGB (Red+Green+Blue) = 119+69+113=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #774571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774571 is #88BA8E. Grayscale: #585858. Windows color (decimal): -8960655 or 7423351. OLE color: 7423351.

HSL color Cylindrical-coordinate representation of color #774571: hue angle of 307.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774571 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11969113-
CMYK00.420.050.53
HSL307.2º26.6%36.86%-
HSV(B)307.2º42.02%46.67%-
XYZ12.729.3716.76-
YUV88.97141.56149.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=39.53%
G=22.92%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196911300.420.050.53307.226.636.86
Hex77457102A5351331b25
Octal1671051610525654633345
Binary111011110001011110001010101010111010110011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774571; }

 p { color: rgb(119,69,113); }

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

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

 a { background-color: rgb(119,69,113); }

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

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

 span { border-color: rgb(119,69,113); }

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