#743A6B

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

Shades of Eminence #743A6B

Tints of Eminence #743A6B

Color information

#743A6B (or 0x743A6B) is unknown color: approx Eminence. HEX triplet: 74, 3A and 6B. RGB value is (116,58,107). Sum of RGB (Red+Green+Blue) = 116+58+107=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A6B is #8BC594. Grayscale: #505050. Windows color (decimal): -9160085 or 7027316. OLE color: 7027316.

HSL color Cylindrical-coordinate representation of color #743A6B: hue angle of 309.31º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A6B is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11658107-
CMYK00.50.080.55
HSL309.31º33.33%34.12%-
HSV(B)309.31º50%45.49%-
XYZ11.377.814.82-
YUV80.93142.72153.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=41.28%
G=20.64%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165810700.50.080.55309.3133.3334.12
Hex743A6B0328371352122
Octal1647215306210674654142
Binary1110100111010110101101100101000110111100110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,107); }

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

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

 a { background-color: rgb(116,58,107); }

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

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

 span { border-color: rgb(116,58,107); }

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