#754477

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

Shades of Eminence #754477

Tints of Eminence #754477

Color information

#754477 (or 0x754477) is unknown color: approx Eminence. HEX triplet: 75, 44 and 77. RGB value is (117,68,119). Sum of RGB (Red+Green+Blue) = 117+68+119=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #754477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754477 is #8ABB88. Grayscale: #585858. Windows color (decimal): -9091977 or 7816309. OLE color: 7816309.

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

Color convert

RGB11768119-
CMYK0.020.4300.53
HSL297.65º27.27%36.67%-
HSV(B)297.65º42.86%46.67%-
XYZ12.739.2518.57-
YUV88.46145.23148.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=38.49%
G=22.37%
B=39.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117681190.020.4300.53297.6527.2736.67
Hex75447722B03512a1b25
Octal1651041672530654523345
Binary11101011000100111011110101011011010110010101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754477; }

 p { color: rgb(117,68,119); }

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

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

 a { background-color: rgb(117,68,119); }

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

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

 span { border-color: rgb(117,68,119); }

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