#754879

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

Shades of Eminence #754879

Tints of Eminence #754879

Color information

#754879 (or 0x754879) is unknown color: approx Eminence. HEX triplet: 75, 48 and 79. RGB value is (117,72,121). Sum of RGB (Red+Green+Blue) = 117+72+121=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #754879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754879 is #8AB786. Grayscale: #5A5A5A. Windows color (decimal): -9090951 or 7948405. OLE color: 7948405.

HSL color Cylindrical-coordinate representation of color #754879: hue angle of 295.1º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754879 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11772121-
CMYK0.030.4000.53
HSL295.1º25.39%37.84%-
HSV(B)295.1º40.5%47.45%-
XYZ13.19.819.29-
YUV91.04144.91146.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=37.74%
G=23.23%
B=39.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117721210.030.4000.53295.125.3937.84
Hex7548793280351271926
Octal1651101713500654473146
Binary11101011001000111100111101000011010110010011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754879; }

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

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

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

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

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

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

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

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