#75416F

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

Shades of Eminence #75416F

Tints of Eminence #75416F

Color information

#75416F (or 0x75416F) is unknown color: approx Eminence. HEX triplet: 75, 41 and 6F. RGB value is (117,65,111). Sum of RGB (Red+Green+Blue) = 117+65+111=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75416F is #8ABE90. Grayscale: #555555. Windows color (decimal): -9092753 or 7291253. OLE color: 7291253.

HSL color Cylindrical-coordinate representation of color #75416F: hue angle of 306.92º 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 #75416F is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11765111-
CMYK00.440.050.54
HSL306.92º28.57%35.69%-
HSV(B)306.92º44.44%45.88%-
XYZ12.18.7116.08-
YUV85.79142.23150.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=39.93%
G=22.18%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176511100.440.050.54306.9228.5735.69
Hex75416F02C5361331d24
Octal1651011570545664633544
Binary111010110000011101111010110010111011010011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75416F; }

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

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

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

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

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

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

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

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