#75446A

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

Shades of Eminence #75446A

Tints of Eminence #75446A

Color information

#75446A (or 0x75446A) is unknown color: approx Eminence. HEX triplet: 75, 44 and 6A. RGB value is (117,68,106). Sum of RGB (Red+Green+Blue) = 117+68+106=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75446A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446A is #8ABB95. Grayscale: #565656. Windows color (decimal): -9091990 or 6964341. OLE color: 6964341.

HSL color Cylindrical-coordinate representation of color #75446A: hue angle of 313.47º 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 #75446A is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11768106-
CMYK00.420.090.54
HSL313.47º26.49%36.27%-
HSV(B)313.47º41.88%45.88%-
XYZ128.9614.73-
YUV86.98138.73149.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=40.21%
G=23.37%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176810600.420.090.54313.4726.4936.27
Hex75446A02A9361391a24
Octal16510415205211664713244
Binary1110101100010011010100101010100111011010011100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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