#754774

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

Shades of Eminence #754774

Tints of Eminence #754774

Color information

#754774 (or 0x754774) is unknown color: approx Eminence. HEX triplet: 75, 47 and 74. RGB value is (117,71,116). Sum of RGB (Red+Green+Blue) = 117+71+116=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #754774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754774 is #8AB88B. Grayscale: #595959. Windows color (decimal): -9091212 or 7620469. OLE color: 7620469.

HSL color Cylindrical-coordinate representation of color #754774: hue angle of 301.3º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754774 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11771116-
CMYK00.390.010.54
HSL301.3º24.47%36.86%-
HSV(B)301.3º39.32%45.88%-
XYZ12.749.5517.69-
YUV89.88142.74147.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=38.49%
G=23.36%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177111600.390.010.54301.324.4736.86
Hex75477402713612d1825
Octal1651071640471664553045
Binary1110101100011111101000100111111011010010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754774; }

 p { color: rgb(117,71,116); }

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

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

 a { background-color: rgb(117,71,116); }

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

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

 span { border-color: rgb(117,71,116); }

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