#754171

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

Shades of Eminence #754171

Tints of Eminence #754171

Color information

#754171 (or 0x754171) is unknown color: approx Eminence. HEX triplet: 75, 41 and 71. RGB value is (117,65,113). Sum of RGB (Red+Green+Blue) = 117+65+113=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754171 is #8ABE8E. Grayscale: #555555. Windows color (decimal): -9092751 or 7422325. OLE color: 7422325.

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

Color convert

RGB11765113-
CMYK00.440.030.54
HSL304.62º28.57%35.69%-
HSV(B)304.62º44.44%45.88%-
XYZ12.218.7516.67-
YUV86.02143.23150.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=39.66%
G=22.03%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176511300.440.030.54304.6228.5735.69
Hex75417102C3361311d24
Octal1651011610543664613544
Binary11101011000001111000101011001111011010011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754171; }

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

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

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

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

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

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

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

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