#75446D

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

Shades of Eminence #75446D

Tints of Eminence #75446D

Color information

#75446D (or 0x75446D) is unknown color: approx Eminence. HEX triplet: 75, 44 and 6D. RGB value is (117,68,109). Sum of RGB (Red+Green+Blue) = 117+68+109=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446D is #8ABB92. Grayscale: #575757. Windows color (decimal): -9091987 or 7160949. OLE color: 7160949.

HSL color Cylindrical-coordinate representation of color #75446D: hue angle of 309.8º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75446D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11768109-
CMYK00.420.070.54
HSL309.8º26.49%36.27%-
HSV(B)309.8º41.88%45.88%-
XYZ12.169.0215.57-
YUV87.32140.23149.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=39.80%
G=23.13%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176810900.420.070.54309.826.4936.27
Hex75446D02A7361361a24
Octal1651041550527664663244
Binary111010110001001101101010101011111011010011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75446D; }

 p { color: rgb(117,68,109); }

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

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

 a { background-color: rgb(117,68,109); }

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

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

 span { border-color: rgb(117,68,109); }

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