#743C7B

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

Shades of Eminence #743C7B

Tints of Eminence #743C7B

Color information

#743C7B (or 0x743C7B) is unknown color: approx Eminence. HEX triplet: 74, 3C and 7B. RGB value is (116,60,123). Sum of RGB (Red+Green+Blue) = 116+60+123=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #743C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C7B is #8BC384. Grayscale: #535353. Windows color (decimal): -9159557 or 8076404. OLE color: 8076404.

HSL color Cylindrical-coordinate representation of color #743C7B: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743C7B is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11660123-
CMYK0.060.5100.52
HSL293.33º34.43%35.88%-
HSV(B)293.33º51.22%48.24%-
XYZ12.398.3719.7-
YUV83.93150.05150.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=38.80%
G=20.07%
B=41.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116601230.060.5100.52293.3334.4335.88
Hex743C7B6330341252224
Octal164741736630644454244
Binary111010011110011110111101100110110100100100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,60,123); }

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

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

 a { background-color: rgb(116,60,123); }

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

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

 span { border-color: rgb(116,60,123); }

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