#75406C

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

Shades of Eminence #75406C

Tints of Eminence #75406C

Color information

#75406C (or 0x75406C) is unknown color: approx Eminence. HEX triplet: 75, 40 and 6C. RGB value is (117,64,108). Sum of RGB (Red+Green+Blue) = 117+64+108=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75406C is #8ABF93. Grayscale: #545454. Windows color (decimal): -9093012 or 7094389. OLE color: 7094389.

HSL color Cylindrical-coordinate representation of color #75406C: hue angle of 310.19º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75406C is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11764108-
CMYK00.450.080.54
HSL310.19º29.28%35.49%-
HSV(B)310.19º45.3%45.88%-
XYZ11.888.5315.21-
YUV84.86141.06150.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=40.48%
G=22.15%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176410800.450.080.54310.1929.2835.49
Hex75406C02D8361361d23
Octal16510015405510664663543
Binary1110101100000011011000101101100011011010011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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