#75446E

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

Shades of Eminence #75446E

Tints of Eminence #75446E

Color information

#75446E (or 0x75446E) is unknown color: approx Eminence. HEX triplet: 75, 44 and 6E. RGB value is (117,68,110). Sum of RGB (Red+Green+Blue) = 117+68+110=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446E is #8ABB91. Grayscale: #575757. Windows color (decimal): -9091986 or 7226485. OLE color: 7226485.

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

Color convert

RGB11768110-
CMYK00.420.060.54
HSL308.57º26.49%36.27%-
HSV(B)308.57º41.88%45.88%-
XYZ12.229.0415.85-
YUV87.44140.73149.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=39.66%
G=23.05%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176811000.420.060.54308.5726.4936.27
Hex75446E02A6361351a24
Octal1651041560526664653244
Binary111010110001001101110010101011011011010011010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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