#754771

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

Shades of Eminence #754771

Tints of Eminence #754771

Color information

#754771 (or 0x754771) is unknown color: approx Eminence. HEX triplet: 75, 47 and 71. RGB value is (117,71,113). Sum of RGB (Red+Green+Blue) = 117+71+113=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754771 is #8AB88E. Grayscale: #595959. Windows color (decimal): -9091215 or 7423861. OLE color: 7423861.

HSL color Cylindrical-coordinate representation of color #754771: hue angle of 305.22º 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 #754771 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11771113-
CMYK00.390.030.54
HSL305.22º24.47%36.86%-
HSV(B)305.22º39.32%45.88%-
XYZ12.579.4816.79-
YUV89.54141.24147.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=38.87%
G=23.59%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177111300.390.030.54305.2224.4736.86
Hex7547710273361311825
Octal1651071610473664613045
Binary11101011000111111000101001111111011010011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754771; }

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

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

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

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

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

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

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

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