#75447F

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

Shades of Eminence #75447F

Tints of Eminence #75447F

Color information

#75447F (or 0x75447F) is unknown color: approx Eminence. HEX triplet: 75, 44 and 7F. RGB value is (117,68,127). Sum of RGB (Red+Green+Blue) = 117+68+127=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #75447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75447F is #8ABB80. Grayscale: #595959. Windows color (decimal): -9091969 or 8340597. OLE color: 8340597.

HSL color Cylindrical-coordinate representation of color #75447F: hue angle of 289.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75447F is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11768127-
CMYK0.080.4600.50
HSL289.83º30.26%38.24%-
HSV(B)289.83º46.46%49.8%-
XYZ13.239.4521.2-
YUV89.38149.23147.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 127 (50% from 255) = 40.71%
R=37.5%
G=21.79%
B=40.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117681270.080.4600.50289.8330.2638.24
Hex75447F82E0321221e26
Octal16510417710560624423646
Binary1110101100010011111111000101110011001010010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75447F; }

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

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

<style>
 a { background-color: #75447F; }

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

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

<style>
 span { border-color: #75447F; }

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

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