#754371

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

Shades of Eminence #754371

Tints of Eminence #754371

Color information

#754371 (or 0x754371) is unknown color: approx Eminence. HEX triplet: 75, 43 and 71. RGB value is (117,67,113). Sum of RGB (Red+Green+Blue) = 117+67+113=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #754371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754371 is #8ABC8E. Grayscale: #575757. Windows color (decimal): -9092239 or 7422837. OLE color: 7422837.

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

Color convert

RGB11767113-
CMYK00.430.030.54
HSL304.8º27.17%36.08%-
HSV(B)304.8º42.74%45.88%-
XYZ12.328.9916.71-
YUV87.19142.56149.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=39.39%
G=22.56%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176711300.430.030.54304.827.1736.08
Hex75437102B3361311b24
Octal1651031610533664613344
Binary11101011000011111000101010111111011010011000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754371; }

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

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

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

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

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

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

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

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