#75426C

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

Shades of Eminence #75426C

Tints of Eminence #75426C

Color information

#75426C (or 0x75426C) is unknown color: approx Eminence. HEX triplet: 75, 42 and 6C. RGB value is (117,66,108). Sum of RGB (Red+Green+Blue) = 117+66+108=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75426C is #8ABD93. Grayscale: #555555. Windows color (decimal): -9092500 or 7094901. OLE color: 7094901.

HSL color Cylindrical-coordinate representation of color #75426C: hue angle of 310.59º degrees, saturation: 0.28, 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 #75426C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11766108-
CMYK00.440.080.54
HSL310.59º27.87%35.88%-
HSV(B)310.59º43.59%45.88%-
XYZ11.998.7615.25-
YUV86.04140.4150.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=40.21%
G=22.68%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176610800.440.080.54310.5927.8735.88
Hex75426C02C8361371c24
Octal16510215405410664673444
Binary1110101100001011011000101100100011011010011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75426C; }

 p { color: rgb(117,66,108); }

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

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

 a { background-color: rgb(117,66,108); }

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

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

 span { border-color: rgb(117,66,108); }

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