#743F75

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

Shades of Eminence #743F75

Tints of Eminence #743F75

Color information

#743F75 (or 0x743F75) is unknown color: approx Eminence. HEX triplet: 74, 3F and 75. RGB value is (116,63,117). Sum of RGB (Red+Green+Blue) = 116+63+117=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #743F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F75 is #8BC08A. Grayscale: #545454. Windows color (decimal): -9158795 or 7683956. OLE color: 7683956.

HSL color Cylindrical-coordinate representation of color #743F75: hue angle of 298.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F75 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11663117-
CMYK0.010.4600.54
HSL298.89º30%35.29%-
HSV(B)298.89º46.15%45.88%-
XYZ12.198.5517.84-
YUV85146.06150.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 63 (25% from 255) = 21.28%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=39.19%
G=21.28%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116631170.010.4600.54298.893035.29
Hex743F7512E03612b1e23
Octal164771651560664533643
Binary111010011111111101011101110011011010010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743F75; }

 p { color: rgb(116,63,117); }

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

<style>
 a { background-color: #743F75; }

 a { background-color: rgb(116,63,117); }

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

<style>
 span { border-color: #743F75; }

 span { border-color: rgb(116,63,117); }

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