#743777

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

Shades of Eminence #743777

Tints of Eminence #743777

Color information

#743777 (or 0x743777) is unknown color: approx Eminence. HEX triplet: 74, 37 and 77. RGB value is (116,55,119). Sum of RGB (Red+Green+Blue) = 116+55+119=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #743777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743777 is #8BC888. Grayscale: #505050. Windows color (decimal): -9160841 or 7812980. OLE color: 7812980.

HSL color Cylindrical-coordinate representation of color #743777: hue angle of 297.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #743777 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11655119-
CMYK0.030.5400.53
HSL297.19º36.78%34.12%-
HSV(B)297.19º53.78%46.67%-
XYZ11.97.7818.33-
YUV80.54149.71153.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=40%
G=18.97%
B=41.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116551190.030.5400.53297.1936.7834.12
Hex7437773360351292522
Octal164671673660654514542
Binary11101001101111110111111101100110101100101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743777; }

 p { color: rgb(116,55,119); }

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

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

 a { background-color: rgb(116,55,119); }

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

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

 span { border-color: rgb(116,55,119); }

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