#754579

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

Shades of Eminence #754579

Tints of Eminence #754579

Color information

#754579 (or 0x754579) is unknown color: approx Eminence. HEX triplet: 75, 45 and 79. RGB value is (117,69,121). Sum of RGB (Red+Green+Blue) = 117+69+121=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #754579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754579 is #8ABA86. Grayscale: #595959. Windows color (decimal): -9091719 or 7947637. OLE color: 7947637.

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

Color convert

RGB11769121-
CMYK0.030.4300.53
HSL295.38º27.37%37.25%-
HSV(B)295.38º42.98%47.45%-
XYZ12.929.4219.23-
YUV89.28145.9147.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=38.11%
G=22.48%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117691210.030.4300.53295.3827.3737.25
Hex75457932B0351271b25
Octal1651051713530654473345
Binary11101011000101111100111101011011010110010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754579; }

 p { color: rgb(117,69,121); }

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

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

 a { background-color: rgb(117,69,121); }

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

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

 span { border-color: rgb(117,69,121); }

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