#754B71

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

Shades of Eminence #754B71

Tints of Eminence #754B71

Color information

#754B71 (or 0x754B71) is unknown color: approx Eminence. HEX triplet: 75, 4B and 71. RGB value is (117,75,113). Sum of RGB (Red+Green+Blue) = 117+75+113=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B71 is #8AB48E. Grayscale: #5B5B5B. Windows color (decimal): -9090191 or 7424885. OLE color: 7424885.

HSL color Cylindrical-coordinate representation of color #754B71: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B71 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11775113-
CMYK00.360.030.54
HSL305.71º21.87%37.65%-
HSV(B)305.71º35.9%45.88%-
XYZ12.8310.0116.88-
YUV91.89139.91145.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=38.36%
G=24.59%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177511300.360.030.54305.7121.8737.65
Hex754B710243361321626
Octal1651131610443664622646
Binary11101011001011111000101001001111011010011001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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