#754B79

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

Shades of Eminence #754B79

Tints of Eminence #754B79

Color information

#754B79 (or 0x754B79) is unknown color: approx Eminence. HEX triplet: 75, 4B and 79. RGB value is (117,75,121). Sum of RGB (Red+Green+Blue) = 117+75+121=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #754B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B79 is #8AB486. Grayscale: #5C5C5C. Windows color (decimal): -9090183 or 7949173. OLE color: 7949173.

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

Color convert

RGB11775121-
CMYK0.030.3800.53
HSL294.78º23.47%38.43%-
HSV(B)294.78º38.02%47.45%-
XYZ13.310.1919.36-
YUV92.8143.91145.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=37.38%
G=23.96%
B=38.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117751210.030.3800.53294.7823.4738.43
Hex754B793260351271726
Octal1651131713460654472746
Binary11101011001011111100111100110011010110010011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B79; }

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

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

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

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

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

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

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

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